[Bioc-sig-seq] trimLRPatterns for wild card

Kunbin Qu KQu at genomichealth.com
Thu Sep 23 19:32:28 CEST 2010


Hi, all,

Does trimLRPatterns function take wild card N? When I tested it, it does not seem to work. Is there a way to do that? Thanks.

-Kunbin


> a<-DNAString("AAACCCCTTTCCTTT")
> p<-DNAString("CCNNT")
> trimLRPatterns(Rpattern=p, subject=a)
  15-letter "DNAString" instance
seq: AAACCCCTTTCCTTT
> p<-DNAString("CCTTT")
> trimLRPatterns(Rpattern=p, subject=a)
  10-letter "DNAString" instance
seq: AAACCCCTTT
>

______________________________________________________________________
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 at genomichealth.com and delete this message, along with any attachments, from your computer.



More information about the Bioc-sig-sequencing mailing list