Description Usage Arguments Details Value Author(s) Examples
View source: R/main_splinter.R
inserts a region (exon or intron) into roi object
1 | insertRegion(subject, roi)
|
subject |
GrangesList |
roi |
|
in the case of intron retention, replaces exon with intron retention range reduce() the GRanges in question
GRanges object
Diana Low
1 2 3 | #Inserts the exon defined in roi GRanges object from a GRanges/GRangesList
region_minus_exon
region_with_exon<-insertRegion(region_minus_exon,roi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.