ccn_trainNorm | R Documentation |
Exactly that.
ccn_trainNorm( expTrain, stTrain, subNets, classList = NULL, dLevel = "description1", tVals = NULL, classWeight = TRUE, exprWeight = FALSE, sidCol = "sample_id", xmax = 1000, meanNorm = FALSE )
expTrain |
expression matrix |
stTrain |
sample table |
subNets |
named list of genes, one list per CTT, tct=>gene vector |
classList |
list of classifiers |
dLevel |
column name to group on |
tVals |
seful when debugging |
classWeight |
weight GRN status by importance of gene to classifier |
exprWeight |
weight GRN status by expression level of gene? |
sidCol |
sample id colname |
xmax |
the maximum raw score that a sample could receive per gene |
meanNorm |
normalize raw scores based on the lowest mean in a category |
list of trainingScores, normVals, raw_scores, minVals, tVals=tVals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.