insertRegion {SPLINTER} | R Documentation |
inserts a region (exon or intron) into roi object
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
#Inserts the exon defined in roi GRanges object from a GRanges/GRangesList region_minus_exon region_with_exon<-insertRegion(region_minus_exon,roi)