Skip to content
Prev 202 / 21307 Next

[Bioc-devel] eSet@description

Hi Vince,

can we finally get rid of the "characterORMIAME" class, and have the 
description slot just be of class MIAME?

setClass("eSet",
    representation(
       assayData     = "listOrEnv",
       sampleNames   = "character",
       reporterNames = "character",
       description   = "characterORMIAME",
       notes         = "character",
       annotation    = "character",
       history       = "character"
    ),