getResult: Accessors for the 'result' slot of a 'GSCA' or 'NWA' object.

Description Usage Arguments Value Examples

Description

This 'result' slot stores all the results of an analyzed 'GSCA' or 'NWA' object.

Usage

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

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

Arguments

object

An object of 'GSCA' or 'NWA'.

Value

This function will return all the results as a list.

Examples

1
2
3
4
5
6
7
8
9
# ===========================================================
# GSCA class
data(d7_gsca)
rslt <- getResult(d7_gsca)

# ===========================================================
# NWA class
data(d7_nwa)
rslt <- getResult(d7_nwa)

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