read_vcf | R Documentation |
Read a VCF file into R session
read_vcf( vcf_file, genome = "GRCh37", seq_levels_style = "Ensembl", verbose = TRUE )
vcf_file |
character(1), path to VCF file to read into R session as a
|
genome |
character(1), string indicating the genome build used in the VCF file(s) (default: "GRCh37") |
seq_levels_style |
character(1), string passed to
|
verbose |
logical(1), should messages be printed as function runs? |
a vcf object
vcf <- read_vcf(system.file("extdata", "cells.donorid.vcf.gz", package = "cardelino"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.