View source: R/VCF_to_catalog_functions.R
ReadMutectVCF | R Documentation |
Read in the data lines of a Variant Call Format (VCF) file created by Mutect
ReadMutectVCF(file, name.of.VCF = NULL, tumor.col.name = NA)
file |
The name/path of the VCF file, or a complete URL. |
name.of.VCF |
Name of the VCF file. If |
tumor.col.name |
Name of the column in VCF which contains the tumor
sample information. It must have quotation marks. If
|
A data frame storing data lines of a VCF file 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.