getPara: Accessors for the 'para' slot of a 'GSCA' or 'fdr' slot of a...

Description Usage Arguments Value Examples

Description

This function get all the parameters used in 'GSCA' or 'NWA' analysis.

Usage

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

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

Arguments

object

An object of 'GSCA' or 'NWA'.

Value

This function will return all the parameters.

Examples

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

# ===========================================================
# NWA class
data(d7_nwa)
para1 <- getPara(d7_nwa)

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