Is there a quick way to combine two datasets so that only the common markers are kept? Currently, if I have two datasets, I have to first get the intersection of the two BIM/MAP files, then extract those markers for each dataset, then merge the two.
The merge-mode doesn't seem to have the option I'm looking for either
A small script in R would be really helpful in such case, check for
%in%
in R manual.Hi. I have the same issue. There is any plink function that can help me to perform the intersection of two datasets? I mean, all but R function? Thanks