Closed lgeistlinger closed 6 years ago
Even though there is a brow, what would be the interpretation of rowRanges for a ragged experiment? Do you have a use case? -- Levi Waldron http://www.waldronlab.io Assistant Professor of Biostatistics CUNY School of Public Health US: +1 646-364-9616 Skype: levi.waldron
For instance, you can think of the individual CNV calls from ABSOLUTE - which would correspond to the rowRanges
here.
You might want to annotate quality measures to the calls such as the number of probes supporting this call.
Hi Ludwig, @lgeistlinger
In this instance, mcols
and rowData
are both referring to the same information, annotations of the ranges in a GRangesList
.
Essentially when you do mcols<-
or rowData<-
, you're adding to "number of assays". Since each column in mcols
is an "assay". That's how RaggedExperiment
is represented.
I found a bug in the replacement method that will fix this. Thanks!
Some arbitrary
colData
annotation:Ok.
Some arbitrary
rowData
annotation:Also,
colData
now returns the row annotation (??):