Is multiple sequence alignment required before using Jalview?
• 0 views
•
link
Hello everyone,
I'm working with plant proteome. As there are huge number of proteins in a proteome, I want to filter out the protein number within a limited length of amino acids. Is there any tool available for this? And anyone for calculating the average length of amino acid sequences in plant proteomes?
Thanks in advance.
Jalview can do this fairly easily, though if you use an entire genome's worth of proteins it may run very slowly. Just sort by length through calculate, and then you can highlight the range of sequences you want to remove, and just hit delete. Then save the "alignment" as a new fasta file.
Is multiple sequence alignment required before using Jalview?
Log in to answer this question.
What file type you're working with? Is it fasta?
Yes, it is fasta.
What have you done already? Searching "filter fasta by length" on google got me several answers: How to Filter Multi fasta by length?? ; filter sequence by length ; How to Filter the Sequence by Their Length.
Thanks. I've tried those. But it didn't work :(