qBBT-methods: Compute the quantile estimate for the bin-level poisson...

Description Usage Arguments Value Author(s) Examples

Description

Compute the quantile estimate for the bin-level poisson parameters.

Usage

1
2
3
4
qBBT(fit, prob, depth = fit@lambday, lower = FALSE)

## S4 method for signature 'CSSPFit'
qBBT(fit, prob, depth = fit@lambday, lower = FALSE)

Arguments

fit

A CSSPFit-class object for the CSSP model.

prob

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

depth

A numeric value for the sequencing depth at which the quantile is evaluated.

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 percentile of bin-level poisson parameters.

Author(s)

Chandler Zuo zuo@stat.wisc.edu

Examples

1
2
data( sampleFit )
qBBT( sampleFit, prob = 0.99, depth = sampleFit@lambday*0.1 )

CSSP documentation built on Nov. 8, 2020, 8:26 p.m.

Related to qBBT-methods in CSSP...