View source: R/chromosome_name_functions.R
SelectVariantsByChromName | R Documentation |
Select variants according to chromosome names specified by user
SelectVariantsByChromName(df, chr.names.to.process, name.of.VCF = NULL)
df |
An in-memory data.frame representing a VCF. |
chr.names.to.process |
A character vector specifying the chromosome
names in |
name.of.VCF |
Name of the VCF file. |
A list with the elements
df
: A data frame with variants only from chromosomes specified by
chr.names.to.process
.
discarded.variants
: Non-NULL only if there are variants
that are from chromosomes not specified by chr.names.to.process
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.