cn_make_processor | R Documentation |
Does lots of stuff, but mostly you will care about the fact that it trains C/T classifiers
cn_make_processor(expTrain, stTrain, ctGRNs, dLevel = "description1",
classWeight = TRUE, exprWeight = TRUE, sidCol = "sample_id")
expTrain |
expression matrix |
stTrain |
sample table |
ctGRNs |
result of running cn_grnDoRock |
dLevel |
sample table column name to operate on |
classWeight |
weight GRN est by classification importance |
exprWeight |
weight GRN est by gene expression |
sidCol |
column in stTrain that contains unique id for each sample and is the colname in expTrain |
cnProc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.