Description Usage Arguments Value See Also Examples
View source: R/hiReadsProcessor.R
Given a fixed length pattern sequence and variable length subject sequences, the function roughly finds which orientation of pattern yields the most hits. The function doing the heavylifting is vcountPattern
. This is an accessory function used in function listed under See Also section below.
1 2 |
subjectSeqs |
DNAStringSet object containing sequences to be searched for the pattern. |
patternSeq |
DNAString object or a sequence containing the query sequence to search. |
qualityThreshold |
percent of patternSeq to match. Default is 0.50, half match. This is supplied to max.mismatch parameter of |
parallel |
use parallel backend to perform calculation with
|
patternSeq that aligned the best.
pairwiseAlignSeqs
, vpairwiseAlignSeqs
, primerIDAlignSeqs
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.