I have a number of samples that have been profiled by different assays. For example, let's say 100 cell lines that have been assayed for the following features: gene expression (~20K genes), metabolism (1000 metabolites), and miRNA expression (>1000). I'd like to store these together in in a single S4 class object. eSets in Biobase seem to largely cover the need that I have, but the fact that I have a different number of features with different names means that the restriction on the assayData entries having the same dimensions prevents my usage eSet or one of its subclasses. Are there any other classes that would be more appropriate? Has anyone had to deal with this problem?
Thanks, this project is certainly along the lines of the problem I outlined. I will look through the code to see if there is anything I can suggest.