Generating Protein Consensus Sequence For Blast Input
2
2
Entering edit mode
13.8 years ago
Ananth ▴ 90

I have a set of 3 protein sequences for which I need to find the "consensus sequence" which can be used as an input to blast against a local database.

how should I go about it?

blast • 6.9k views
ADD COMMENT
1
Entering edit mode

Why not simply run 3 separate blast searches and compare & combine the results? There is no consensus AFAIK which can capture the whole complexity of the input set, so why bother?

ADD REPLY
0
Entering edit mode

what did you find so far ?

ADD REPLY
0
Entering edit mode

@Pierre: We are getting the expected results using EMBOSS programs :)

ADD REPLY
6
Entering edit mode
13.8 years ago

Are you sure that you wouldn't be better off making a profile of your sequences from a multiple alignment and using that to search your database, instead? E.g. using the EMBOSS program prophecy to create a profile from your multiply-aligned sequences and then using the EMBOSS program prophet to search your database.

ADD COMMENT
0
Entering edit mode

Thanx for the suggestions ..

ADD REPLY
4
Entering edit mode
13.8 years ago

If you have a multiple alignment of the sequences, you can load said alignment in JalView. JalView has a consensus line by default running along the bottom of alignment, you can right-click this and 'Copy consensus sequence'. Then you can paste the contents of your clipboard into a new text file - and you have your consensus sequence.

JalView Screenshot

It's a bit of a hack, and you're relying on JalView making a sensible consensus, but it will give you what you are after.

ADD COMMENT

Login before adding your answer.

Traffic: 2445 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