Learn R Programming

BASiCS (version 0.3.1)

DenoisedRates: Calculates normalised and denoised expression rates

Description

Calculates normalised and denoised expression rates, by removing the effect of technical variation.

Usage

BASiCS_DenoisedRates(Data, Chain, PrintProgress = FALSE,
  Propensities = FALSE)

Arguments

Data

an object of class BASiCS_Data-class

Chain

an object of class BASiCS_Chain-class

PrintProgress

If T, partial progress information is printed in the console.

Propensities

If T, returns underlying expression propensitites \(\rho[ij]\). Otherwise, denoised rates \(\mu[i] \rho[ij]\) are returned.

Value

A matrix of normalised and denoised expression counts.

Details

See vignette

See Also

BASiCS_Data-class BASiCS_Chain-class

Examples

Run this code
# NOT RUN {
# See
help(BASiCS_MCMC)
# }

Run the code above in your browser using DataLab