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

SummaryR 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, na.rm = FALSE)

Arguments

x

A BASiCS_Chain object.

...

Unused, only included for consistency with the generic.

prob

prob argument for HPDinterval function.

na.rm

Unused, only included for consistency with the generic.

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)


catavallejos/BASiCS documentation built on March 27, 2024, 12:49 a.m.