Learn R Programming

profileScoreDist (version 1.0.2)

ProfileDist-class: ProfileDist

Description

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

Usage

## S3 method for class 'ProfileDist':
show(object)

## S3 method for class 'ProfileDist': score(x)

## S3 method for class 'ProfileDist': signalDist(x)

## S3 method for class 'ProfileDist': backgroundDist(x)

## S3 method for class 'ProfileDist': plotDist(x)

Arguments

object
A ProfileDist object for the show method.
x
A ProfileDist object.

Value

  • A ProfileDist object.

Methods (by generic)

  • show: Shows useful information
  • score: Accessor for the scores
  • signalDist: Accessor for the signal distribution
  • backgroundDist: Accessor for the background distribution
  • plotDist: Simple plot method for signal and background distributions

Constructor

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