View source: R/select_vcf_samples.R
select_vcf_samples | R Documentation |
Subsrt VCF samples by superpopulation.
select_vcf_samples(
superpopulation = NULL,
samples = NULL,
LD_reference = "1KGphase1",
verbose = TRUE
)
superpopulation |
Superpopulation to subset LD panel by
(used only if |
samples |
[Optional] Sample names to subset the VCF by. If this option is used, the GRanges object will be converted to a ScanVcfParam for usage by readVcf. |
LD_reference |
LD reference to use:
|
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.