get_sample_idx | R Documentation |
Returns the indices of the events corresponding to a given sample label
get_sample_idx( label, bc.results, sep.threshold, mahal.threshold = NULL, mahal.dist = NULL )
label |
Character string. The desired sample label |
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 boolean vector with TRUE
corresponding to the desired events
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.