SciBet_R | R Documentation |
SciBet main function. Train SciBet with the reference dataset to assign cell types for the query dataset.
SciBet_R(train, test, k=1000,result="list")
train |
The reference dataset, with rows being cells, and columns being genes. The last column should be "label". |
test |
The query dataset. Rows should be cells and columns should be genes. |
k |
Number of genes to select according to the total entropy differneces among cell types. |
result |
Return "table" or "list". |
return the predicted cell types.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.