Description Usage Arguments Examples
View source: R/exon_annotation_functions.R
Add Intron Rank Column to GRanges containing gene introns
1 | mcol_intron_rank(intron_GR)
|
intron_GR |
GRanges list object that contains intron ranges of genes involved in the fusions in the input dataframe |
1 2 3 4 5 | ## Not run:
intronGR <- intronsByTranscript(Grch37.txdb, use.names=TRUE)
update.intronGR <- mcol_intron_rank(intronGR)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.