Entering edit mode
4.6 years ago
takoyaki
▴
120
Hey, guys.
I want to extract specific amino acid sequence from amino acid FASTA file using sequence name.
This is example file.
>gene1
AAAAA
>gene2
BBBBB
>gene3
CCCCC
and from gene list like
gene2
gene3
I want to extract and make new amino acid FASTA file of these genes.
>gene2
BBBBB
>gene3
CCCCC
Does anyone know tools that can perform this manipulation?
Thank you ! This solves my problem !