ensembleTable: Build a data frame populated with statistical indexes for...

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/ensembleTable.R

Description

Its a summary table from which the ensemble signature is obtained.

Usage

1
ensembleTable(aSearchResults)

Arguments

aSearchResults

a vector of list

Details

aSearchResults is a vector of list having as many items as the number of signature to be developed. Each entry of the vector is a structure as results from the signatureFinder() function. An example of such a vector can be found in the source of the puttingAllTogether() function.

Value

column no.1

probe/gene found at least one time in some signature.

column no.2

counts of signature in which the probe/gene is present.

column no.3

mean importance of the probe/gene

column no.4

weighted mean importance

column no.5 and more

importance of the probe/gene with respect to the signature where it is found

Author(s)

Stefano M. Pagnotta and Michele Ceccarelli

See Also

signatureFinder, puttingAllTogether,

Examples

1
2
## see the source code of the puttingAllTogether() function.
get("puttingAllTogether")

geneSignatureFinder documentation built on May 2, 2019, 2:32 p.m.