View source: R/main_splinter.R
removeRegion | R Documentation |
removes a region (exon) from a GRanges or GRangesList
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.