samples {MassArray} | R Documentation |
Function to access (and/or assign) sample name information for a MassArrayData object
samples(object) samples(object) <- value
object |
Object of class |
value |
List of character strings containing sample name information, one for each sample contained in the |
Returns a list of character strings containing sample name information for each sample in MassArrayData
object. If updating a MassArrayData
object, function returns the object with updated sample name information
Reid F. Thompson (rthompso@aecom.yu.edu), John M. Greally (jgreally@aecom.yu.edu)
See Also as MassArrayData
data(MassArray.example.data) samples(MassArray.example.data) samples(MassArray.example.data)[2] <- "SECOND" samples(MassArray.example.data)