GetGRangesFromEnsDb | R Documentation |
Extract genomic ranges from EnsDb object
GetGRangesFromEnsDb( ensdb, standard.chromosomes = TRUE, biotypes = c("protein_coding", "lincRNA", "rRNA", "processed_transcript"), verbose = TRUE )
ensdb |
An EnsDb object |
standard.chromosomes |
Keep only standard chromosomes |
biotypes |
Biotypes to keep |
verbose |
Display messages |
Pulls the transcript information for all chromosomes from
an EnsDb object.
This wraps crunch
and applies the extractor
function to all chromosomes present in the EnsDb object.
GRanges
print("see https://satijalab.org/signac/reference/getgrangesfromensdb")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.