Description Usage Arguments Value Examples
This function reads the output from "SNPmatch" and outputs the same information as a list, where each object is a new input SNP which has inside a vector with all its matches. It is the same as "listMatches" but without ordering the variants (this saves computation time).
1 | listMatches2(matched_snps)
|
matched_snps |
Data frame with columns "input_snp" and "matched_snp". |
List with all the SNPs and a vector of its matches.
1 | SNP <- listMatches2(matched_snps)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.