RangedRaggedAssay {MultiAssayExperiment} | R Documentation |
Construct an object representing ranged-based data, typically from a
GRangesList
. The assay method will extract a particular column
from the metadata and represent it in a matrix. See the show
method
for an example.
RangedRaggedAssay(x = GRangesList())
x |
A |
A RangedRaggedAssay
class object
The RangedRaggedAssay
class is defunct and to be removed by
the next release cycle. Please use the RaggedExperiment class to
represent copy number, mutation and other genomic range based data. See
RaggedExperiment
for more detail.
assay,RangedRaggedAssay,missing-method