combine {MassArray} | R Documentation |
Function to join two MassArrayData objects by sequence positions and samples
combine(x, y, ...)
x |
MassArrayData object |
y |
MassArrayData object |
... |
Other arguments passed to combine not supported at this time. |
Returns a single MassArrayData object that contains a union of samples and amplicons and spectral data from both MassArrayData objects in input
Reid F. Thompson (rthompso@aecom.yu.edu), John M. Greally (jgreally@aecom.yu.edu)
See Also MassArrayData
data(MassArray.example.data) samples(MassArray.example.data) combined.data <- combine(MassArray.example.data[2,], MassArray.example.data[1,]) samples(combined.data)