run_BinaryClust: Running BinaryClust with default settings

run_BinaryClustR Documentation

Running BinaryClust with default settings

Description

This function performs all major steps of BinaryClust using default settings. Returns a list of data frames.

Usage

run_BinaryClust(input.file = NULL, class.file = NULL)

Arguments

input.file

(Required) Path to input file

class.file

(Required) Path to classification file in comma-separated format. Please see tutorial for details.

Examples

BinaryClust.results <- run_BinaryClust('example.fcs', class.file = 'cell_types.csv')

desmchoy/BinaryClust documentation built on Sept. 14, 2024, 12:03 a.m.