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.
1 | listMatches(matched_snps)
|
matched_snps |
Data frame with columns "input_snp" and "matched_snp". |
List with all the SNPs and a vector of its matches ordered by chromosome and position.
1 | SNP <- listMatches(matched_snps)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.