cn_splitMakeAssess | R Documentation |
split the data by prop, make classifiers, assess them on held out data
cn_splitMakeAssess(stDat, expDat, grns, prop = 0.5,
dLevel = "description1", dLevelStudy = "exp_id",
dLevelSID = "sample_id")
stDat |
sample table |
expDat |
expression data |
grns |
result of running cn_grnDoRock |
prop |
numeric 0<prop<1 what proportion of data to train classifiers on |
dLevel |
sample table column to use as response value in classifier (e.g. cell type) |
dLevelStudy |
column name to indicate experiment or study id |
dLevelSID |
column to indicate sample |
list if classifiers, classifier result as applied to held out data, ROCs
assessmentResults<-cn_splitMakeAssess(stTrain, expTrain, ctGRNs, prop=.5, dLevel="description1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.