RangedRaggedAssay {MultiAssayExperiment}R Documentation

Create a RangedRaggedAssay (DEFUNCT)

Description

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.

Usage

RangedRaggedAssay(x = GRangesList())

Arguments

x

A list, GRanges or GRangesList object

Value

A RangedRaggedAssay class object

DEFUNCT

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.

See Also

assay,RangedRaggedAssay,missing-method


[Package MultiAssayExperiment version 1.4.9 Index]