ReadVCF | R Documentation |
Reads a .vcf file
ReadVCF( vcf.file, genome = "hg19", split.info = FALSE, check.chromosome.name = TRUE, match.bsg = FALSE )
vcf.file |
(full path of a .vcf file) |
genome |
A genome name for BSgenome (default: hg19) |
split.info |
A boolean value. If TRUE, then makes the INFO column in the vcf as a separate column. Default value is FALSE. |
check.chromosome.name |
A boolean value. If TRUE, then check whether converts |
match.bsg |
A boolean value. If TRUE, check whether chromosome matches with those in BSgenome 'MT' to 'M' and adds 'chr' to the CHROM column. Default value is TRUE. |
A list with elements 'data', 'header', 'genome'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.