Skip to content
Prev 7703 / 21312 Next

[Bioc-devel] Multiple colData in SummarizedExperiment

Thank you all for the responses.

I didn't think about the nested DataFrame solution.  It should work.
I agree that an extension might be cleaner, but I clearly need to give it
more thought.

One of the reasons I wanted to have quality and metadata as separate slots
is that one could enforce that all the qualities are numeric, and have a
quality() method to extract just the quality scores (e.g., for plotting /
quality control). Having them in the same slot makes it harder for the user
to extract just the scores (if the column order and/or names are not
standardized).

Best,
davide


On Thu, Jun 18, 2015 at 6:35 AM Vincent Carey <stvjc at channing.harvard.edu>
wrote: