Skip to content
Prev 8389 / 21312 Next

[Bioc-devel] include .DollarNames.ExpressionSet in Biobase?

Hi Phillip --

es$foo accesses phenoData(es)$foo, so I implemented .DollarNames.eSet for this.

An ExpressionSet is rectangular and has two-dimensional subsettings, the core data is a matrix, and generally ExperessionSet behaves like a matrix. So rather than names() try colnames().

Thanks for the suggestion.

Martin