Description Usage Arguments Value Author(s)
View source: R/main_splinter.R
removes a region (exon) from a GRanges or GRangesList
1 | removeRegion(subject, roi)
|
subject |
GRanges or GrangesList object |
roi |
|
GRanges object
Diana Low
# Removes the exon defined in roi GRanges object from a GRanges/GRangesList compatible_cds$hits[[1]] region_minus_exon<-removeRegion(compatible_cds$hits[[1]],roi)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.