R/sense_antisense.R
sense_antisense.Rdsense_antisense is a function which takes the users
RangedSummarizedExperiment-class object computed
with libd_rse and splits it into two new objects: sense and antisense.
This function only works with stranded genomic regions and stranded LIBD
projects such as bsp2.
sense_antisense(rse)
| rse | A RangedSummarizedExperiment-class object created with libd_rse. |
|---|
A list with two elements: sense and antisense. Each of
these are RangedSummarizedExperiment-class
objects.