pBBT-methods: Compute the cumulative probability of the bin-level poisson...

Description Usage Arguments Value Author(s) Examples

Description

Compute the cumulative probability of the bin-level poisson parameters.

Usage

1
2
3
4
pBBT(fit, x, depth = fit@lambday, lower = TRUE)

## S4 method for signature 'CSSPFit'
pBBT(fit, x, depth = fit@lambday, lower = TRUE)

Arguments

fit

A CSSPFit-class object for the CSSP model.

x

A numeric value for the percentile level of bin-level poisson parameters.

depth

A numeric value for the sequencing depth at which the probability is estimated.

lower

A logical value. If TRUE, the lower quantile is computed. If FALSE (Default), the upper quantile is computed.

Value

A numeric value for the cumulative distribution of bin-level poisson parameters.

Author(s)

Chandler Zuo zuo@stat.wisc.edu

Examples

1
2
data( sampleFit )
pBBT( sampleFit, x = 10 )

chandlerzuo/cssp documentation built on May 13, 2019, 3:23 p.m.