ccn_queryGRNstatus | R Documentation |
Get the GRN status of query samples
ccn_queryGRNstatus( expQuery, expTrain, stTrain, dLevel, sidCol, grn_return, trainNorm = NULL, classifier_return, classWeight = TRUE, exprWeight = FALSE, prune = TRUE, xmax = 1000, predSD = FALSE )
expQuery |
logRanked query expression matrix |
expTrain |
logRanked training expression matrix |
stTrain |
sample table of training expression matrix |
dLevel |
the name of the column with cancer types |
sidCol |
the name of the column with sample IDs |
grn_return |
the grn list that is returned from |
trainNorm |
normalization statistics from |
classifier_return |
the classifier_return list that is returned from |
classWeight |
boolean indicating whether to take the importance of the classification into status calculation |
exprWeight |
boolean indicating whether to take the weight of gene expression into status calculation |
prune |
boolean indicating whether to select exclusive genes for processing classification gene importance |
predSD |
a parameter for calculating normalization statistics from training data |
a matrix indicating the GRN status
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.