powered by
AnnotationDb
Use AnnotationHub to load species-specific GTF and 2bit DNA sequences. This function currently works for human, rat, and mouse.
AnnotationHub
The function will return:
$gtf: A GRanges object containing the GTF information
$gtf
GRanges
$tx.db: A tx.db object made from the GTF
$tx.db
tx.db
$dna: The 2bit DNA sequence as a DNAStringSet
$dna
DNAStringSet
load_species_anno_db(species.name, remove.na.rows = TRUE)
Species specific AnnotationDb
Species name. Options: human, rat, mouse
Remove rows with NA in the gene_id column
if (FALSE) { # interactive() anno.db = load_species_anno_db("human") }
Run the code above in your browser using DataLab