Description Usage Arguments Value Examples
Returns the probability threshold for the given classifier.
1 | p_thres(classifier)
|
classifier |
scClassifR object |
Predicting probability threshold of object
1 2 3 4 5 6 | data("tirosh_mel80_example")
selected_features_B = c("CD19", "MS4A1", "CD79A")
set.seed(123)
clf_b <- train_classifier(train_obj = tirosh_mel80_example,
features = selected_features_B, cell_type = "B cells")
p_thres(clf_b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.