features {scClassifR} | R Documentation |
Returns the set of features for the given classifier.
features(classifier)
classifier |
scClassifR object |
Applied features of object
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") features(clf_b)