topVar: Selecting top weighted variables (genes) from result of MCIA...

Description Usage Arguments Value Author(s) Examples

View source: R/topVar.R

Description

The user level function calls topVar.mcia or topVar.cia. This function provides a method selecting top weighted variables (genes) on an axis (either positive side or negative side or both).

Usage

1
	topVar(x, axis = 1, end = "both", topN = 5)

Arguments

x

an object of class mcia or cia

axis

an interger to sepecify which axis to check

end

which end of the axis to check, could be positive, negative or both. Any unambiguous substring can be given.

topN

An integer. The number of top weighted variable to return.

Value

Returns a data.frame contains selected variables.

Author(s)

Chen Meng

Examples

1
2
3
	data(NCI60_4arrays)
	mcoin <- mcia(NCI60_4arrays)
	topVar(mcoin, axis = 1, end = "both", topN = 3)

mengchen18/omicade4 documentation built on Nov. 2, 2020, 10:30 a.m.