We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42dbb39 commit 6f1e21dCopy full SHA for 6f1e21d
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