Description Usage Arguments Value Author(s) See Also Examples
Function to join two MassArrayData objects by sequence positions and samples
1 |
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
1 2 3 4 | data(MassArray.example.data)
samples(MassArray.example.data)
combined.data <- combine(MassArray.example.data[2,], MassArray.example.data[1,])
samples(combined.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.