get_snps_set | R Documentation |
get_snps_set
get_snps_set
extract the SNP sets from the output of
'find_optimised_snps'.
get_snps_set(results, as = "data.frame")
results |
output from 'find_optimised_snps' |
as |
output format, either 'data.frame' or 'list'. |
will return either 1. a dataframe containing SNPs_set (SNP position separated by ",") and score 2. a list containing SNPs_set (SNP position as numeric vector) and score (attr of the list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.