User Profile

Collapse

Profile Sidebar

Collapse
amoon
amoon
Last Activity: Dec 9 '07, 09:32 AM
Joined: Oct 1 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • amoon
    replied to Replacing text in a file
    in Java
    Dear Jos
    I don't understand what you mean in your reply ?

    i just want some hints how to do it .
    See more | Go to post

    Leave a comment:


  • amoon
    started a topic Replacing text in a file
    in Java

    Replacing text in a file

    Hi all,
    i need some help, i have a file which contain names of proteins and i want to replace the names with numbers>for example i have name of protein
    YNL240 =============== =
    YL5c024======== =======
    and so on,
    what i need ,replace the name with number and it will look like
    1==========
    2==========
    and so on
    >>>>>>>>>>>>>>> >>
    ...
    See more | Go to post

  • amoon
    replied to read files
    in Java
    maybe I always get error in the if statmen whcih is under while loop
    can u help me in that
    See more | Go to post

    Leave a comment:


  • amoon
    replied to read files
    in Java
    Dear Jos

    I don't want to add protins I want to get the interaction protins in a matrix
    package tASk1;
    import java.util.*;
    import java.io.*;
    import java.util.Scann er;


    public class read {
    public static void main(String args[]){
    try{
    FileInputStream fstream = new FileInputStream ("interactions. txt");
    DataInputStream in = new DataInputStream (fstream);...
    See more | Go to post

    Leave a comment:


  • amoon
    started a topic read files
    in Java

    read files

    hello every bady
    I have a big problems please help me
    I have a file like this:
    > YAL005C YAR002W
    > YAL005C YPL240C
    > YLR335W YAL005C
    > YLR335W YGL097W
    > YLR335W YMR047C
    > YNL064C YAL005C
    > YLR335W YAR002W
    > YGL097W YAR002W
    > YMR047C YAR002W
    which is names for protins
    and I want to read this file to get...
    See more | Go to post
No activity results to display
Show More
Working...