binary_class | R Documentation |
This function performs binary classification on loaded data using a user-specified list of criteria. Returns a column in data frame class.
binary_class(data = NULL, class.file = NULL, scale = FALSE)
data |
(Required) Data in data frame format. Expects results from load_data |
class.file |
(Required) Path to classification file in comma-separated format. Please see tutorial for details. |
scale |
Standardisation of data (Default: FALSE) |
binary.results <- binary_class(data, class.file = 'cell_types.csv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.