computeConfidenceIntervals {INSPEcT}R Documentation

Compute confidence intervals

Description

This function is used to compute the confidence intervals for a given set of modeled genes in the NoNascent scenario.

Usage

computeConfidenceIntervals(object, BPPARAM = SerialParam())

## S4 method for signature 'INSPEcT'
computeConfidenceIntervals(object, BPPARAM = SerialParam())

Arguments

object

An object of class INSPEcT_model

BPPARAM

Parallelization parameters for bplapply. By default SerialParam()

Value

An object of class INSPEcT.


[Package INSPEcT version 1.23.0 Index]