binary_summary | R Documentation |
This function summarises binary classification results from binary_class. Returns a data frame of median expression values of all markers, abundance and percentage abundance for all user-defined cell types
binary_summary(data = NULL, binary.results = NULL)
data |
(Required) Data in data frame format. Expects results from load_data |
binary.results |
(Required) Cell type results in data frame format. Expects results from binary_class |
binary.summary <- binary_summary(data, binary.results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.