I have a datafile containing genetic variants.
I also have a list of genetic variants which I want to extract from this file.
Here is the setup. I have a file with information about genetic variants. One column has the SNP identifier (rs1, etc.)
rs1 A B C
rs2 B C D
rs3 C D E
…
Now I want to provide a list and retrieve the information for a subset of the SNPs. Is there a way to do this in LO?
rs2
rs3
{Hmm, this might be a very easy question. One could simply use MATCH.}