Description Usage Arguments Value Examples
View source: R/annotationFunctions.R
Function to prepare tables and genomic ranges for transript reconstruction using a txdb object
1 |
x |
A |
A GRangesList
object
1 2 3 4 5 | gtf.file <- system.file("extdata",
"Homo_sapiens.GRCh38.91_chr9_1_1000000.gtf",
package = "bambu"
)
prepareAnnotations(x = gtf.file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.