experiment.mlist {mscalib} | R Documentation |
Access to the experiment field of the mlist. Can be used for setting or getting the experiment field.
## S3 method for class 'mlist': experiment(object,experiment,...)
... |
|
experiment |
New experiment name. If not missing function returns massvector with new info field content. |
object |
object of class mlist |
Witold Wolski wolski@molgen.mpg.de
data(mvl) experiment(mvl) mvl<-experiment(mvl,"newname")