Description Usage Arguments Value Author(s) See Also
This is the method to either access the concentration table slot from a
mSet-class
object, or construct a
conc_table-class
object from a matrix. When use it as an
assessing method, a conc_table-class
object
is returned. When use it as a construction method, a matrix is required.
1 2 3 4 | conc_table(object)
## S4 method for signature 'mSet'
conc_table(object)
|
object |
To construct a conc_table object, this is a numeric matrix of the concentration table from a quantitative experiment. Samples should be in columns and features in rows. The data should also have sample IDs as column names and feature IDs as row names. To assess the conc_table slot from a mSet object, this is a mSet object. |
An conc_table-class
object.
Chenghao Zhu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.