Description Usage Arguments Value
get_mapped_barcode_indices
takes a vector of barcodes and a single read, then
returns the indices of the barcodes that were within two hamming distance units
from the read.
1 | get_mapped_barcode_indices(barcodes, read, distance_threshold = 2)
|
barcodes |
Character vector of reference sequences |
read |
Character string with the same length as each barcode in |
distance_threshold |
Integer specifying the Hamming distance threshold for which we want to filter barcodes |
Returns a vector of integers which are the indices of barcodes within 2 Hamming distance of the read
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.