Displaying 1 result from an estimated 1 matches for "data_on".
Did you mean:
data_in
2012 Mar 05
1
Order a data frame based on the order of another data frame
...ing to match the order of the rownames of a dataframe with
the rownames of another dataframe (I can't simply sort both sets
because I would have to change the order of many other connected
datasets if 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...