Description Usage Arguments Value Examples
The SequenceDataList
class is used to hold SequenceData
or
SequenceDataSet
objects as its elements. It is derived from the
List
class.
The SequenceDataList
is used to hold data from different sets of
aligned reads. This allows multiple methods to be aggregated into one
modification detection strategy. Annotation and sequence data must be the
same for all elements, however the bam files can be different.
1 |
... |
The elements to be included in the |
a SequenceDataList
1 2 3 | data(psd,package="RNAmodR")
data(e5sd,package="RNAmodR")
sdl <- SequenceDataList(SequenceDataSet(psd,e5sd),e5sd)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.