load_species_anno_db {SeedMatchR} | R Documentation |
Load species specific AnnotationDb
Description
Use AnnotationHub
to load species-specific GTF and 2bit DNA
sequences. This function currently works for human, rat, and mouse.
The function will return:
-
$gtf
: AGRanges
object containing the GTF information -
$tx.db
: Atx.db
object made from the GTF -
$dna
: The 2bit DNA sequence as aDNAStringSet
Usage
load_species_anno_db(species.name, remove.na.rows = TRUE)
Arguments
species.name |
Species name. Options: human, rat, mouse |
remove.na.rows |
Remove rows with NA in the gene_id column |
Value
Species specific AnnotationDb
Examples
anno.db = load_species_anno_db("human")
[Package SeedMatchR version 1.1.1 Index]