backgroundDist {profileScoreDist}R Documentation

Background distribution.

Description

backgroundDist returns the background distribution of a profile object.

Usage

backgroundDist(x)

Arguments

x

A ProfileDist object.

Details

This is a generic function.

Value

The background distribution vector.

Examples

anObject <- ProfileDist()
backgroundDist(anObject)

[Package profileScoreDist version 1.14.0 Index]