| bc_correct | R Documentation | 
bc_correct performs error correction on an input vector of raw sequences and a list of expected sequences.
bc_correct(inbcs, bc_list, maxdist = 1, cores = 1)
inbcs | 
 input character vector of uncorrected BC sequences  | 
bc_list | 
 input character vector of expected known BC sequences  | 
maxdist | 
 edit distance (hamming) used for collapse, Default: 1  | 
cores | 
 Number of CPU cores to use. Default: 1  | 
NA
returns a vector of error-corrected sequences with same length as input sequences.
data.table-package
## Not run: bc_correct(in_strings, known_strings, maxdist = 1) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.