extractSeqs
function to perform the trimming.
This function heavily relies on either pairwiseAlignSeqs
or
primerIDAlignSeqs
depending upon whether linkers getting
aligned have primerID in it or not.findLinkers(sampleInfo, showStats = FALSE, doRC = FALSE, parallel = TRUE,
samplenames = NULL, bypassChecks = FALSE, parallel2 = FALSE, ...)
findPrimers
or findLTRs
, which holds decoded
sequences for samples per sector/quadrant along with information of sample
to primer associations.BiocParallel
. Defaults to TRUE. If no parallel backend is
registered, then a serial version is ran using
SerialParam
. Parllelization is done at sample level
per sector.pairwiseAlignment
.pairwiseAlignSeqs
, vpairwiseAlignSeqs
,
primerIDAlignSeqs
, findLTRs
,
findPrimers
, extractFeature
,
extractSeqs
, findAndTrimSeq
,
findIntegrations
load(file.path(system.file("data", package = "hiReadsProcessor"),
"FLX_seqProps.RData"))
findLinkers(seqProps, showStats=TRUE, doRC=TRUE)
Run the code above in your browser using DataLab