Off topic:pattern finding between sequences
0
0
Entering edit mode
7.8 years ago

I want to count the number of occurrences of GQSes.

How to find a GQS pattern between sequences?

like 3:1:1 (GGCGGGTGGGG),4:2:1 (GGGGAGGGAGGGGG),23:21:7 (GGAGGAGGGGGTGGAGGAGGGGGTGGAGGAGGAGGAGGAGGAGGAGGAGGGTGGGAGGAGGGGGTGGAGGG)

Expression is as follow- regex.py -f -r [gG]{2,}\w{1}){3,}[gG]{2,} regex.py -f -r ([gG]{2,}\w{1,2}){3,}[gG]{2,} regex.py -f -r ([gG]{2,}\w{1,4}){3,}[gG]{2,}' regex.py -f -r ([gG]{3,}\w{1,3}){3,}[gG]{3,} regex.py -f -r '([gG]{3,}\w{1,7}){3,}[gG]{3,}'

The sequences are generated by this regX but i did not found exact pattern like 4:1:1 by programme.

Appreciate your time. Thanks!

sequence • 796 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2978 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6