importPhenoData(fileName, sampleNames = NULL, from = NULL)
createPData(pdata, varList)
writePDRowNames(pdata, sampleNames)
writePhenoTable(base, textWidget, pdata)
makePhenoData(pdata)
convert2PData(phenoList)
getOBJWidget(type = NULL)
objExists(name, type = NULL)
getSNCNums(sampleNames)
getCovarDesc(varList)sampleNames should be the same as the number of rows of an
existing file or data.frame if an AnnotatedDataFrame object is to be created
based on a file or data.frame.from will invoke a widget
that allows users to select one of the four means from an interface. The main widget if importPhenoData that calls other
functions/widgets to have the job done.
Package Biobase is required for importPhenoData but the requirement id not forced as it is the only time the package is used. Users have to make sure that Biobase is available.
AnnotatedDataFrame-classif(interactive()){
importPhenoData()
}
Run the code above in your browser using DataLab