Description Usage Arguments Value
Train SciBet model and generate a "Bet" function for cell type prediction.
1 | Learn(expr, geneset, k=1000, a=5)
|
expr |
The reference expression dataframeThe expression dataframe, with rows being cells, and columns being genes. The last column should be "label". |
geneset |
A user-defined set of genes for prediction. |
k |
See [SelectGene()] for details. |
a |
For each cell type, select a genes by perform E-test in the one-vs-rest manner. If users set a>0, the param k will be neglected. |
A function that takes two inputs: 'expr' and 'result'. See [Bet()] for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.