View source: R/select_vcf_fields.R
select_vcf_fields | R Documentation |
Select non-empty columns from each VCF field type.
select_vcf_fields(
path,
sampled_rows = 10000L,
which = NULL,
samples = NULL,
nThread = 1,
verbose = TRUE
)
path |
Path to local or remote VCF file. |
sampled_rows |
First N rows to sample.
Set |
which |
Genomic ranges to be added if supplied. Default is NULL. |
samples |
Which samples to use:
|
nThread |
Number of threads to use for parallel processes. |
verbose |
Print messages. |
ScanVcfParam
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.