Description Usage Arguments Value Note See Also
View source: R/hiReadsProcessor.R
Given a SampleInfo object, the function compares LTRed sequences from each sample per sector to all the linker sequences present in the run. The output is a summary table of counts of good matches to all the linkers per sample.
1 2 3 4 5 6 7 8 9 10 |
sampleInfo |
sample information SimpleList object outputted from |
qualityThreshold |
percent of linker length to match, round(nchar(linker)*qualityThreshold). Default is 0.55. Only applies to non-primerID based linkers |
qualityThreshold1 |
percent of first part of patternSeq to match. Default is 0.75. Only applies to primerID based linker search. |
qualityThreshold2 |
percent of second part of patternSeq to match. Default is 0.50. Only applies to primerID based linker search. |
doRC |
perform reverse complement search of the linker sequence. Default is TRUE. Highly recommended! |
parallel |
use parallel backend to perform calculation with
|
samplenames |
a vector of samplenames to process. Default is NULL, which processes all samples from sampleInfo object. |
... |
extra parameters to be passed to |
a dataframe of counts.
If parallel=TRUE, then be sure to have a parallel backend registered
before running the function. One can use any of the following
MulticoreParam
SnowParam
pairwiseAlignSeqs
, vpairwiseAlignSeqs
,
primerIDAlignSeqs
, findLTRs
,
findPrimers
, findAndTrimSeq
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.