makeCombinedPrediction: Combine classifier and CAGE data, for final prediction table

View source: R/ClassifierHelpers.R

makeCombinedPredictionR Documentation

Combine classifier and CAGE data, for final prediction table

Description

Combine classifier and CAGE data, for final prediction table

Usage

makeCombinedPrediction(
  tissues,
  dataFolder = get("dataFolder", envir = .GlobalEnv),
  mode,
  grl = getUorfsInDb(mode = mode)
)

Arguments

tissue

tissue to make combined prediction

Value

data.table with 3 columns. 1. "prediction" (1 or 0), 2. p0 (probability for FALSE), p1 (probability for TRUE)


Roleren/uORFomePipe documentation built on Jan. 14, 2024, 5:11 a.m.