Learn R Programming

immcp (version 0.9.2)

get_result: get_result

Description

Extract a table of the score result

Usage

get_result(result, pvalueCutoff = 0.05)

Arguments

result

an object of class ScoreResult.

pvalueCutoff

p-value cutoff.

Value

a data.frame

Examples

Run this code
# NOT RUN {
  data("drugResult")
  res <- drugResult$demoScoreFP
  res <- get_result(res)
# }

Run the code above in your browser using DataLab