Description Usage Arguments Value Examples
Based on the information provided of the matches, the function chooses randomly the matches with similar characteristics to the input SNPs. In case the number of original SNPs (numSNPs) is not the same as the length of SNPlist, the difference will be filled with random variants of the already sampled available SNPs.
1 | permSNPs(SNPlist, numSNPs)
|
SNPlist |
A list where each object is a input SNP (specified in the name of the object) with a vector of its matches. |
numSNPs |
Numeric value with the information of the original number of SNPs. |
Vector with a randomly chosen number of variants with similar characteristics to the input SNPs.
1 | permVector <- permSNPs(SNP_list, 8000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.