experiment.mlist {mscalib}R Documentation

Info Acces

Description

Access to the experiment field of the mlist. Can be used for setting or getting the experiment field.

Usage

## S3 method for class 'mlist':
experiment(object,experiment,...)

Arguments

...
experiment New experiment name. If not missing function returns massvector with new info field content.
object object of class mlist

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

 data(mvl)
 experiment(mvl)
 mvl<-experiment(mvl,"newname")

[Package mscalib version 0.5.9 Index]