Entering edit mode
Kunbin Qu
▴
40
@kunbin-qu-5018
Last seen 10.2 years ago
Hi,
I have some reads with 25 bp adapter at the five prime end. Some of
the reads do not have perfect match with the adapter, even with some
indels. I tried to use trimLRPatterns to trim them off, but I got
confused with the max.Lmismatch parameter, as it is doing sub-string
trimming too. The adapter in my reads are the full length of 25 bp,
without shortening to any substring. How should I specify the
parameter then? Or maybe I could use some other functions from
ShortRead? Please help. Thanks.
-Kunbin
code I used, but this code cannot accommodate the mismatches.
reads<-readFastq("test.fq")
adapter<-DNAString("CTGGCCTTTGAGACTGGCCCACCTC")
seqs<-sread(reads)
trimCoordsAR<-trimLRPatterns(Lpattern=adapter, subject=seqs,
max.Lmismatch =1, ranges=T)
______________________________________________________________________
The contents of this electronic message, including any attachments,
are intended only for the use of the individual or entity to which
they are addressed and may contain confidential information. If you
are not the intended recipient, you are hereby notified that any use,
dissemination, distribution, or copying of this message or any
attachment is strictly prohibited. If you have received this
transmission in error, please send an e-mail to
postmaster@genomichealth.com and delete this message, along with any
attachments, from your computer.
[[alternative HTML version deleted]]