ezFilterVcf | R Documentation |
Filters a VCF file and writes it back to the specified connection.
ezFilterVcf(
vcfFile,
vcfFiltFile,
discardMultiAllelic = TRUE,
bamDataset = bamDataset,
param = NULL
)
ezWriteVcf(vcf, vcfFiltFile)
vcfFile |
a character representing the file path of the input VCF file |
vcfFiltFile |
a character representing the file path of the output VCF file. |
discardMultiAllelic |
a logical. Removes multi allelic variants if set to TRUE. |
bamDataset |
a data.frame to help renaming and reordering the fields in genotype. |
param |
a list of parameters to extract the value from |
vcf |
an object of the class VCF. |
Returns a filtered VCF file.
ezWriteVcf
: Writes a new VCF file.
Rehrauer, Hubert
Schmid, Peter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.