extractSeqs
function to perform the trimming.findPrimers(sampleInfo, alignWay = "slow", showStats = FALSE,
doRC = FALSE, parallel = TRUE, samplenames = NULL,
bypassChecks = FALSE, parallel2 = FALSE, ...)
findBarcodes
, which holds decoded sequences for samples
per sector/quadrant along with information of sample to primer associations.vpairwiseAlignSeqs
and uses vmatchPattern
at its
core, which is less accurate with indels and mismatches but much faster.
Slow, calls pairwiseAlignSeqs
and uses
pairwiseAlignment
at its core, which is accurate with indels
and mismatches but slower.SerialParam
. Parllelization is done at sample level
per sector. Use parallel2 for parallelization at sequence level.vmatchPattern
or pairwiseAlignment
depending on 'alignWay' parameter.pairwiseAlignSeqs
, vpairwiseAlignSeqs
,
extractFeature
, extractSeqs
,
primerIDAlignSeqs
, findLTRs
,
findLinkers
, findAndTrimSeq
load(file.path(system.file("data", package = "hiReadsProcessor"),
"FLX_seqProps.RData"))
findPrimers(seqProps, showStats=TRUE)
Run the code above in your browser using DataLab