View source: R/molecularSigs.R
buildFeatureMatrix | R Documentation |
buildFeatureMatrix This function sits at the core of the modeling by extracting features o finterest from the tidied tables and builds a matrix for regression with rows as patients and columns as gene
buildFeatureMatrix(
tab,
mol.feature = "Gene",
sampname = "AML sample",
feature.val = "mRNALevels"
)
tab |
The data table to build into a matrix |
mol.feature |
The molecular feature/column name to grab, default is 'Gene' |
sampname |
The name of the sample, default is 'AML sample' |
feature.val |
The name of the feature, default is 'mRNALevels' |
matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.