Dear Jos
I don't understand what you mean in your reply ?
i just want some hints how to do it .
User Profile
Collapse
-
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
>>>>>>>>>>>>>>> >>
... -
maybe I always get error in the if statmen whcih is under while loop
can u help me in thatLeave a comment:
-
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);...Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: