View source: R/MULTIseq.Align.Suite.R
| alignRate | R Documentation | 
'alignRate' computes the proportion of sample barcode reads that align with <1 mismatch to any sample barcode reference sequence.
 alignRate(readTable, cellIDs, ref) | readTable | Read table comprised of CellID (R1), UMI (R1), and sample barcode (R2), as generated using MULTIseq.preProcess. | 
| cellIDs | Vector of cellIDs with which to compute the alignment rate. | 
| ref | Vector of sample barocde sequences with which to compute the alignment rate. | 
Vector of length cellIDs with alignment rate values (0-100) for each cell.
Chris McGinnis
 ar <- alignRate(readTable, cellIDs, ref) Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.