Protocol Online logo
Top : Forum Archives: : Bioinformatics and Biostatistics

Search for functions - (Jul/10/2008 )

Hi,

i have a lot of proteomics data and i want design a chart who contain the principal function of my identified proteins (enzyme, G-protein coupled receptor growth factor, ion channel, kinase...)
which website or software do you advice me to have quickly these informations.

Thanks

Alex

-AlexSunn-

using blastall at the command line you can ask it to tabulate the results with the option -m 8 or -m 9 (with or without titles). that way you only copy-paste the output file in an excel sheet and voilá! there's your table smile.gif

an example (if you're familiar with using blast from the command line):

CODE
blastall -p blastn -d database -m 8 -i input.file -o output.file

-toejam-

QUOTE (AlexSunn @ Jul 10 2008, 05:27 AM)
Hi,

i have a lot of proteomics data and i want design a chart who contain the principal function of my identified proteins (enzyme, G-protein coupled receptor growth factor, ion channel, kinase...)
which website or software do you advice me to have quickly these informations.

Thanks

Alex

And check out different functions that you have in mind individually..

http://search.vadlo.com/b/q?sn=158621799&a...on%22&rel=1

..

-cellcounter-