parseCSQToGRanges in VariantAnnotation
0
0
Entering edit mode
4 months ago

ensemblVEP had a great function called parseCSQToGRanges that you could use to get the consequence information in a nice data.frame, e.g.

vcf <- readVcf(tempFile, genome="grc38")
csq <- data.frame(parseCSQToGRanges(vcf, VCFRowID=rownames(vcf)))

However, I understand that ensemblVEP is deprecated and migrated to Bioconductor::VariantAnnotation, what is the equivalent function? I can't find it!!

bioconductor • 186 views
ADD COMMENT

Login before adding your answer.

Traffic: 2500 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