search for: sample_1110420

Displaying 1 result from an estimated 1 matches for "sample_1110420".

2012 Mar 05
1
Order a data frame based on the order of another data frame
...I did that): Also, the second dataset (snp.matrix$fam) is a snp matrix slot: so for example: data_one: x y z sample_1110001 -0.3352623 -1.141462 -0.4032494 sample_1110005 0.1862424 0.015944 0.1329059 sample_1110420 0.1309120 0.004005596 0.06117253 sample_2220017 0.1145205 -0.125090054 0.04957881 rownames(snp.matrix$fam) [1] "sample_2220017" "sample_1110420" "sample_1110001" [4] "sample_1110005" I would like my data_one to look like this:...