Summary-BASiCS_Chain-method: 'Summary' method for BASiCS_Chain objects

Description Usage Arguments Value Author(s) Examples

Description

For each of the BASiCS parameters (see Vallejos et al 2015), Summary returns the corresponding postior medians and limits of the high posterior density interval (probabilty equal to prob)

Usage

1
2
## S4 method for signature 'BASiCS_Chain'
Summary(x, prob = 0.95)

Arguments

x

A BASiCS_Chain object.

prob

prob argument for HPDinterval function.

Value

An object of class BASiCS_Summary.

Author(s)

Catalina A. Vallejos cnvallej@uc.cl

Nils Eling eling@ebi.ac.uk

Examples

1
2
data(ChainSC)
SummarySC <- Summary(ChainSC)

BASiCS documentation built on April 16, 2021, 6 p.m.