Displaying 1 result from an estimated 1 matches for "abcnab".
2010 Dec 09
4
lapply getting names of the list
Hello All,
I have a toy dataframe like this. It has 8 columns separated by tab.
Name SampleID Al1 Al2 X Y R Th
rs191191 A1 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...