plotDist {profileScoreDist}R Documentation

Plot background and signal distributions.

Description

plotDist creates a rudimentary plot of signals and backgrounds.

Usage

plotDist(x)

Arguments

x

A ProfileDist object.

Details

This is a generic function.

Value

The scores vector.

Examples

data(INR)
thedist <- computeScoreDist(regularizeMatrix(INR), 0.5)
plotDist(thedist)

[Package profileScoreDist version 1.14.0 Index]