Description Usage Arguments Note Examples
query 1000 genomes genotypes at pairs of SNP
1 2 3 4 |
rsids |
character vector |
ch |
chain object from rtracklayer |
src |
character(1) sprintf template for 1000 genomes vcf, chr[nn] to be supplied for pct-s |
rsonly |
logical(1), exclude 'esv' records |
snvonly |
logical(1), exclude records with nchar(REF)>1 |
Typically SNPs are identified by rs number, but there are some workstreams in which they come back as snp_cc_lllll where cc is a chromosome identifier and lllll is a location. We parse the 'rsids' input for '^snp' and if we find this we skip the step of resolving the rsid to genomic coordinates, using the cc and lllll for location.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.