conc_table: Construct or assess a conc_table object

Description Usage Arguments Value Author(s) See Also

View source: R/Class-mSet.R

Description

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.

Usage

1
2
3
4
conc_table(object)

## S4 method for signature 'mSet'
conc_table(object)

Arguments

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.

Value

An conc_table-class object.

Author(s)

Chenghao Zhu

See Also

conc_table-class


zhuchcn/Metabase documentation built on July 23, 2019, 1:36 p.m.