run_BinaryClust | R Documentation |
This function performs all major steps of BinaryClust using default settings. Returns a list of data frames.
run_BinaryClust(input.file = NULL, class.file = NULL)
input.file |
(Required) Path to input file |
class.file |
(Required) Path to classification file in comma-separated format. Please see tutorial for details. |
BinaryClust.results <- run_BinaryClust('example.fcs', class.file = 'cell_types.csv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.