Learn R Programming

BASiCS (version 1.1.0)

BASiCS_Summary: The BASiCS_Summary class

Description

Container of a summary of a '>BASiCS_Chain object. In each slot, first column contains posterior medians; second and third columns respectively contain the lower and upper limits of an high posterior density interval (for a given probability).

Arguments

Slots

parameters

List of parameters in which each entry contains a matrix: first column contains posterior medians, second column contains the lower limits of an high posterior density interval and third column contains the upper limits of high posterior density intervals.

mu

Posterior medians (1st column), lower (2nd column) and upper (3rd column) limits of gene-specific mean expression parameters \(\mu_i\).

delta

Posterior medians (1st column), lower (2nd column) and upper (3rd column) limits of gene-specific biological over-dispersion parameters \(\delta_i\), biological genes only

phi

Posterior medians (1st column), lower (2nd column) and upper (3rd column) limits of cell-specific mRNA content normalisation parameters \(\phi_j\)

s

Posterior medians (1st column), lower (2nd column) and upper (3rd column) limits of cell-specific technical normalisation parameters \(s[j]\)

nu

Posterior medians (1st column), lower (2nd column) and upper (3rd column) limits of cell-specific random effects \(\nu_j\)

theta

Posterior median (1st column), lower (2nd column) and upper (3rd column) limits of technical over-dispersion parameter(s) \(\theta\) (each row represents one batch)

Examples

Run this code
# NOT RUN {
# A BASiCS_Summary object created by the Summary method.
Data = makeExampleBASiCS_Data()
Chain <- BASiCS_MCMC(Data, N = 100, Thin = 2, Burn = 2)
ChainSummary <- Summary(Chain)

# }

Run the code above in your browser using DataLab