Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/ensembleTable.R
Its a summary table from which the ensemble signature is obtained.
1 | ensembleTable(aSearchResults)
|
aSearchResults |
a vector of list |
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.
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 |
Stefano M. Pagnotta and Michele Ceccarelli
signatureFinder
, puttingAllTogether
,
1 2 | ## see the source code of the puttingAllTogether() function.
get("puttingAllTogether")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.