extractSeqs
function to
perform the trimming. This function heavily relies on
pairwiseAlignSeqs
.findLTRs(sampleInfo, showStats = FALSE, doRC = FALSE, parallel = TRUE,
samplenames = NULL, bypassChecks = FALSE, parallel2 = FALSE, ...)
findPrimers
, which holds decoded and primed sequences for
samples per sector/quadrant along with information of sample to LTR
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
,
extractFeature
, extractSeqs
,
primerIDAlignSeqs
, findPrimers
,
findLinkers
, findAndTrimSeq
load(file.path(system.file("data", package = "hiReadsProcessor"),
"FLX_seqProps.RData"))
findLTRs(seqProps, showStats=TRUE)
Run the code above in your browser using DataLab