Description Usage Arguments Value Note Examples
couple together a group of VCFs
1 | stack1kg(chrs = as.character(1:22), index = FALSE, useEBI = TRUE)
|
chrs |
a vector of chromosome names for extraction from 1000 genomes VCF collection |
index |
logical telling whether VcfStack should attempt to create the local index; for 1000 genomes, the tbi are in the cloud and will be used by readVcf so FALSE is appropriate |
useEBI |
logical(1) defaults to TRUE ... use tabix-indexed vcf from EBI |
VcfStack instance
The seqinfo component of returned stack will have NA for genome. Please set it manually; for useEBI=TRUE this would be GRCh38.
1 2 3 4 | if (interactive()) {
st1 = stack1kg()
st1
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.