RNAStringSet-based version of the SequenceTrack classR/SequenceTrack-class.R
SequenceRNAStringSetTrack-class.RdThe RNAStringSet-based version of the SequenceTrack class
# S4 method for class 'SequenceRNAStringSetTrack'
initialize(.Object, sequence, ...)The object skeleton passed on by new() during class
instantiation, to be filled in by the initialize method.
An RNAStringSet object
with one RNA sequence per chromosome. The names have to match the chromosome
identifiers.
Additional arguments.
An initialized object of class
SequenceRNAStringSetTrack.
initialize(SequenceRNAStringSetTrack): Initialize the sequence slot
(defaulting to an empty RNAStringSet if
none is supplied) before deferring to the SequenceTrack initializer for the
remaining slots.
sequenceA RNAStringSet object
containing the sequence data, with one element per chromosome.