getSummary: Accessors for the 'summary' slot of a 'GSCA' or 'NWA' object.

Description Usage Arguments Value Examples

Description

This 'summary' slot summarized an analyzed 'GSCA' or 'NWA' object.

Usage

1
2
3
4
5
## S4 method for signature 'GSCA'
getSummary(object)

## S4 method for signature 'NWA'
getSummary(object)

Arguments

object

An object of 'GSCA' or 'NWA'.

Value

This function will return the summary information.

Examples

1
2
3
4
5
6
7
8
# ===========================================================
# GSCA class
data(d7_gsca)
s1 <- getSummary(d7_gsca)
# ===========================================================
# NWA class
data(d7_nwa)
s1 <- getSummary(d7_nwa)

CityUHK-CompBio/HTSanalyzeR2 documentation built on Dec. 3, 2020, 2:35 a.m.