ensembleTable: Build a data frame populated with statistical indexes for each gene of each signature.
Description
Its a summary table from which the ensemble signature is obtained.
Usage
ensembleTable(aSearchResults)
Arguments
aSearchResults
a vector of list
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
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.