Learn R Programming

rADA (version 1.1.9)

scpForestPlot: Generate forest plot of SCP values

Description

This function creates a forest plot of the calculated screening cut points. The scp function must be called prior to this function.

Usage

scpForestPlot(assay.obj, ...)

Arguments

assay.obj

An ImmunoAssay object imported by importAssay

...

Additional arguments for forestplot() function

Value

A forestplot

Examples

Run this code
# NOT RUN {
assay.obj <- importAssay(assay.df = lognormAssay, exp.name = 'Experiment1')
assay.obj <- scp(assay.obj, category = 'Experiment1', distrib = 'normal',
data.transf = TRUE, transf.method = 'log10', rm.out = FALSE)
scpForestPlot(assay.obj)

# }

Run the code above in your browser using DataLab