ProfileDist-class {profileScoreDist}R Documentation

ProfileDist

Description

This class represents signal and background score distributions for a profile.

Usage

## S4 method for signature 'ProfileDist'
show(object)

## S4 method for signature 'ProfileDist'
score(x)

## S4 method for signature 'ProfileDist'
signalDist(x)

## S4 method for signature 'ProfileDist'
backgroundDist(x)

## S4 method for signature 'ProfileDist'
plotDist(x)

Arguments

object

A ProfileDist object for the show method.

x

A ProfileDist object.

Value

A ProfileDist object.

Methods (by generic)

Slots

f

Signal distribution

g

Background distribution

Scores

Scores for the distributions

Constructor

ProfileDist(f=numeric, g=numeric, Scores=numeric)


[Package profileScoreDist version 1.21.0 Index]