Entering edit mode
12.3 years ago
Yannick Wurm
★
2.5k
Hello,
Loosely imitating http://www.bioconductor.org/help/workflows/variants/
library(VariantAnnotation)
readVcf("myvcf.gz")
This fails - readVcf requires "genome" argument... which I do not have because I work with a nonmodel organism. So how can I create a custom genome object that makes it possible to load a VCF from a non-model organism into R?
I want to have my Vcf in GRanges format for subsequent plotting with ggbio....
Thanks & kind regards, Yannick