View source: R/MULTIseq.Classification.Suite.R
| findQ | R Documentation | 
Identifies the optimal inter-maxima quantile difference with which to set sample barcode-specific thresholds. Maximizes the pSinglet curve for quantiles 0.1-0.99.
 findQ(res, extrema) 
res | 
 Dataframe of pSinglet, pDoublet, and pNegative values across quantile sweep, as genereated by 'findThresh'.  | 
extrema | 
 Vector of local pSinglet maxima values across quantile sweep, as generated by 'findThresh'.  | 
Quantile threshold applied to all barcode distributions during sample classificaiton.
Chris McGinnis
 round1.calls <- classifyCells(barTable, q=findQ(res_round1, extrema_round1)) 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.