Description Usage Arguments Value
Select informative genes of the training set in a supervised manner.
1 | SelectGene(expr, k=1000, r = FALSE)
|
expr |
The expression dataframe, with rows being cells, and columns being genes. The last column should be "label". |
k |
Number of genes to select according to the total entropy differneces among cell types. |
r |
Whether to reture a datafram of the gene list. The default is FALSE. |
A list of genes informative genes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.