Eoutput-method: Methods defined for S4 class Eoutput

Description Usage Arguments Value See Also

Description

Methods defined for S4 class Eoutput.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## S4 method for signature 'Eoutput'
show(object)

## S4 method for signature 'Eoutput'
zscore(x)

## S4 method for signature 'Eoutput'
pvalue(x)

## S4 method for signature 'Eoutput'
adjp(x)

## S4 method for signature 'Eoutput'
view(x, top_num = 5, sortBy = c("pvalue", "adjp",
"zscore", "nAnno", "nOverlap", "none"), decreasing = NULL, details = T)

## S4 method for signature 'Eoutput'
write(x, file = "Eoutput.txt", verbose = T)

Arguments

object

an object of S4 class Eoutput. Usually this is an output from dcEnrichment

x

an object of S4 class Eoutput. Usually this is an output from dcEnrichment

top_num

the maximum number (5, by default) of terms will be viewed. If NULL or NA, all terms will be viewed (this can be used for the subsequent saving)

sortBy

which statistics will be used for sorting and viewing terms. It can be "pvalue" for p value, "adjp" for adjusted p value, "zscore" for enrichment z-score, "nAnno" for the number in domains annotated by a term, "nOverlap" for the number in overlaps, and "none" for ordering simply according to ID of terms

decreasing

logical to indicate whether to sort in a decreasing order. If it is null, by default it will be true for "zscore", "nAnno" or "nOverlap"; otherwise false

details

logical to indicate whether the detailed information of terms is also viewed. By default, it sets to TRUE for the inclusion

file

a character specifying a file name written into. By default, it is 'Eoutput.txt'

verbose

logical to indicate whether the messages will be displayed in the screen. By default, it sets to true for display

Value

view(x) returns a data frame with following components:

write(x) also returns the same data frame as view(x), in addition to a specified local file.

See Also

Eoutput-class


dcGOR documentation built on May 2, 2019, 3:34 p.m.

Related to Eoutput-method in dcGOR...