View source: R/VCF_to_catalog_functions.R
ReadVCFs | R Documentation |
Read VCF files
ReadVCFs(
files,
variant.caller = "unknown",
num.of.cores = 1,
names.of.VCFs = NULL,
tumor.col.names = NA,
filter.status = NULL,
get.vaf.function = NULL,
...
)
files |
Character vector of file paths to the VCF files. |
variant.caller |
Name of the variant caller that produces the VCF, can
be either |
num.of.cores |
The number of cores to use. Not available on Windows
unless |
names.of.VCFs |
Character vector of names of the VCF files. The order
of names in |
tumor.col.names |
Optional. Only applicable to Mutect VCFs.
Character vector of column names in Mutect VCFs which contain the
tumor sample information. The order of names in |
filter.status |
The status indicating a variant has passed all filters.
An example would be |
get.vaf.function |
Optional. Only applicable when |
... |
Optional arguments to |
A list of data frames storing data lines of the VCF files with two additional columns added which contain the VAF(variant allele frequency) and read depth information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.