how to read in vcf.gz and tbi file for filtervcf using VariantAnnotation in R
1
0
Entering edit mode
3.6 years ago
ansakim20 ▴ 10

Hi I am new to this forum and bioinformatics, I am trying to understand the functionality of the VariantAnnotation package in Bioconductor R, in the filterVcf vignette the files are read in from the package as follows

###################################################
### code chunk number 5: createFilteredFile
###################################################
file.gz     <- system.file("extdata", "chr7-sub.vcf.gz", 
                           package="VariantAnnotation")
file.gz.tbi <- system.file("extdata", "chr7-sub.vcf.gz.tbi", 
                           package="VariantAnnotation")

can someone please explain, how do I read in my own vcf and tbi file?

Following is the link to the R code

https://bioconductor.org/packages/release/bioc/vignettes/VariantAnnotation/inst/doc/VariantAnnotation.R

R SNP • 1.6k views
ADD COMMENT
1
Entering edit mode
3.6 years ago
ansakim20 ▴ 10

I figured it out since the file was in my machine, I just had to assign the path of that file

myfile <- path to my file
ADD COMMENT

Login before adding your answer.

Traffic: 2868 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6