get_assignments_at_threshold | R Documentation |
Assign events to a specific sample
get_assignments_at_threshold( bc.results, sep.threshold, mahal.threshold = NULL, mahal.dist = NULL )
bc.results |
The debarcoding results returned from |
sep.threshold |
The threshold value for the separation between the positive and negative barcode channels. Only events whose separation is greater than this threshold are assigned to the sample |
mahal.threshold |
If not |
mahal.dist |
A vector of Mahalnobis distances, as returned by |
Returns a character vector containing the sample labels, given the current thresholds.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.