EstPrior_rcpp: Estimate size and mu for Negative Binomial distribution for...

Description Usage Arguments Details Value Examples

View source: R/RcppExports.R

Description

Input raw data and return estimated size and mu for each gene using the MME method.

Usage

1

Arguments

Data

A matrix of single-cell expression where rows are genes and columns are samples (cells). Data can be of class SummarizedExperiment (the assays slot contains the expression matrix and is named "Counts") or just matrix.

Details

mu and size are two parameters of the prior that need to be specified for each gene in bayNorm. They are parameters of negative binomial distribution. The variance is mu + mu^2/size in this parametrization.

Value

List containing estimated mu and size for each gene.

Examples

1
2
3
data("EXAMPLE_DATA_list")
#Should not run by the users, it is used in prior estimation.
## Not run: 

bayNorm documentation built on Nov. 8, 2020, 8:25 p.m.