View source: R/ClassifierHelpers.R
makeCombinedPrediction | R Documentation |
Combine classifier and CAGE data, for final prediction table
makeCombinedPrediction(
tissues,
dataFolder = get("dataFolder", envir = .GlobalEnv),
mode,
grl = getUorfsInDb(mode = mode)
)
tissue |
tissue to make combined prediction |
data.table with 3 columns. 1. "prediction" (1 or 0), 2. p0 (probability for FALSE), p1 (probability for TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.