Gambler_R | R Documentation |
Use trained scibet model to predict cell types of the test matrix.
Gambler_R(test_r, prob_r,ret_tab=FALSE)
test_r |
Rows should be cells and columns should be genes. |
prob_r |
trained scibet model Rows should be genes and columns should be cell types.The genes must be matched with test_r |
ret_tab |
return list or matrix. |
Predicted cell types in the form of list or matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.