We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b61c9a3 + 6f1e21d commit f5dfcc9Copy full SHA for f5dfcc9
vignettes/bambu.Rmd
@@ -128,8 +128,9 @@ annotation <- prepareAnnotations(gtf.file)
128
```
129
The annotation object can also be created from a TxDb object:
130
```{r}
131
-txdb <- system.file("extdata", "Homo_sapiens.GRCh38.91_chr9_1_1000000.gtf",
+txdb_file <- system.file("extdata", "Homo_sapiens.GRCh38.91.annotations-txdb_chr9_1_1000000.sqlite",
132
package = "bambu")
133
+txdb <- AnnotationDbi::loadDb(txdb_file)
134
annotation <- prepareAnnotations(txdb)
135
136
0 commit comments