vcf2vranges | R Documentation |
This function loads raw VCF file into a VRanges-class
object.
vcf2vranges(
vcfFile = NULL,
genoField = NULL,
translateBases = TRUE,
genome = "hg38",
phased = FALSE,
region = NULL,
sample = NULL
)
vcfFile |
A path to a VCF file to be loaded. |
genoField |
A vector of genotype IDs to be loaded from VCF [e.g. 'GT'] |
translateBases |
Set to |
genome |
A reference genome used by readVcfAsVRanges function. [e.g. 'hg38' - human] |
phased |
If set to |
region |
A |
sample |
A user defined set of sample IDs to be loaded. |
A VRanges-class
object.
David Porubsky
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.