Displaying 1 result from an estimated 1 matches for "rs2276598".
2012 Jun 25
2
setdiff datframes
...I have 2 files example 1 and example 2 and would like to know what is in
example2 and not in example1 (attached)
V1 contain data which could be in duplicated which I am using as identifiers
I used setdiff(example2$V1,example1$V1) to find the identifiers which
are specific to example2:
[1] "rs2276598" "rs17253672"
I am looking for a way to get an output with all columns (V1 to V14)
for these 2 identifiers....
thanks for any suggestions
format example1
V1 V2 V3 V4 V5 V6
1 rs4685 2:198257795 C ENSG00000115524 ENST00000424...