View source: R/main_splinter.R
extendROI | R Documentation |
extend the span of the current ROI by n number of up/downstream exon(s) by modifying roi_range within the makeROI object while retaining legacy sites by keeping $roi and $flank
extendROI(roi, tx, up = 0, down = 0, type = 1)
roi |
|
tx |
GRangesList transcript list to pull regions from |
up |
integer. number of exons to extend upstream |
down |
integer. number of exons to extend downstream |
type |
integer. 1=full cassette, 2=flank only |
makeROI
object with modified ranges
extendROI(roi,valid_tx,up=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.