Summary {BASiCS}R Documentation

'Summary' method for BASiCS_Chain objects

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

## 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


data(ChainSC)
SummarySC <- Summary(ChainSC)


[Package BASiCS version 2.6.0 Index]