How to search for a specific sequene in the fasta file and get several lists according to the times of repeat
Hi there, could anyone help with searching for a specific sequence, say "GGATCC" in a fasta file? My problem is I use grep "GGATCC" myfile.fasta the header containing the genomic location is mission. Besides, can I also generate some lists where "GGATCC" appears 2 times, 3 times, etc.? Thanks for your help in advance.
• 4,250 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Hello bright602!
Questions similar to yours can already be found at:
We have closed your question to allow us to keep similar content in the same thread.
If you disagree with this please tell us why in a reply below. We'll be happy to talk about it.
Cheers!
Thanks. But there is little information on getting the lists according to the time of repeats.
use the standard linux tools to get this number like "sort|uniq -c "