Displaying 1 result from an estimated 1 matches for "tcn39399".
Did you mean:
rcn3939
2010 Dec 09
4
lapply getting names of the list
...A B 0.999 0.09 0.78 0.090
abc928291 A1 B J 0.3838 0.3839 0.028 0.888
abcnab A1 H K 0.3939 0.939 0.3939 0.77
rx82922 B1 J K 0.3838 0.393 0.393 0.00
rcn3939 B1 M O 0.000 0.000 0.000 0.77
tcn39399 B1 P I 0.393 0.393 0.393 0.56
Note that the SampleID is repeating. So I want to be able to split the dataset based on the SampleID and write the splitted dataset of every SampleID into a new file.
I tried split followed by lapply to do this.
infile <- read.csv(&qu...