View source: R/perform_snpcheck.R
perform_snpcheck | R Documentation |
Perform SNP check
perform_snpcheck(
snp_table,
study = NULL,
sample = NULL,
vecode = NULL,
usable_minimum = 18,
identical_minimum = 18,
distance_max = 4,
check_blood = F
)
snp_table |
A number |
study |
Study identifier to include |
sample |
Sample identifier to include |
usable_minimum |
Minimum usable SNP's to include in analysis |
identical_minimum |
Minimum identical SNP's to determine similarity |
distance_max |
Maximun distance of changing SNP loci |
Dataframe of pairwise comparisons
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.