Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

BASiCS (version 0.7.30)

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 ρ[ij]. Otherwise, denoised rates μ[i]ρ[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