Description Usage Arguments Value Author(s) References See Also
This is a convenient method to get quick
access to the most important variables, based
on the result of call to GeneSelection
.
1 |
object |
An object of |
k |
Number of top genes for which information should be displayed. Defaults to 10. |
iter |
teration number ( |
show |
Should the results be printed ? Default is |
... |
Currently unused argument. |
The type of output depends on the gene selection scheme. For
the multiclass case, if gene selection has been run with
the "pairwise"
or "one-vs-all"
scheme, then the
output will be a list of data.frames
, each containing
the gene indices plus variable importance for the top k
genes. The list elements are named according to the binary
scenarios (e.g., 1 vs. 3
).
Otherwise, a single data.frame
is returned.
Martin Slawski ms@cs.uni-sb.de
Anne-Laure Boulesteix boulesteix@ibe.med.uni-muenchen.de
Slawski, M. Daumer, M. Boulesteix, A.-L. (2008) CMA - A comprehensive Bioconductor package for supervised classification with high dimensional data. BMC Bioinformatics 9: 439
genesel
, GeneSelection
, plot,genesel-method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.