View source: R/addRandToSampTab.R
addRandToSampTab | R Documentation |
Add the random profiles generated from rf_classPredict
to the sample table
for classification of the random profiles.
addRandToSampTab(classRes, sampTab, desc, id)
classRes |
the classification matrix generated from |
sampTab |
the meta sample table |
desc |
the column name of the column containing the sample categories in the meta sample table |
id |
the column name of the column containing the sample names in the meta sample table |
meta sample table containing the random profiles
stValRand<-addRandToSampTab(classRes_val, stVal, "description2", "sample_name")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.