This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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.

sequencing sequence genome

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 "

0 answers

No answers yet.

Log in to answer this question.