[BioC] how format a microarray experiment in R?
Seth Falcon
sfalcon at fhcrc.org
Tue Mar 21 18:42:33 CET 2006
gregory voisin <voisingreg at yahoo.fr> writes:
> how i can do to create a object "myPersonnalData" which is a input
> in the method data()
You will need to create the R objects in an R session and then save
them all, with the desired names, in a single rda file using save().
Then build a data package and put this file inside. You'll need to
review the Writing R Extensions manual for details on how to do this.
+ seth
More information about the Bioconductor
mailing list