extractSeqs
function to
perform the trimming. This function heavily relies on blatSeqs
.
In order for this function to work, it needs vector sequence which is read in
using 'vectorFile' metadata supplied in the sample information file in
read.sampleInfo
findVector(sampleInfo, showStats = FALSE, parallel = TRUE,
samplenames = NULL)
findLTRs
, which holds decoded, primed, and LTRed sequences for
samples per sector/quadrant.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. Use parallel2 for
parallelization at sequence level.pairwiseAlignSeqs
, blatSeqs
,
extractFeature
, extractSeqs
,
findPrimers
, findLTRs
,
findLinkers
, findAndTrimSeq
,
findAndRemoveVector
load(file.path(system.file("data", package = "hiReadsProcessor"),
"FLX_seqProps.RData"))
findVector(seqProps, showStats=TRUE)
Run the code above in your browser using DataLab