Scientist Solutions: Life Science Discussions
 Refer a Friend    Link To Us    Bookmark Us       

      
 » Home » Bioinformatics » Miscellaneous Software » Using of SSEARCH, ScanPS, MPSrch

Other Topics
11/18/2008 09:31 AM
Linux vs SGI
11/3/2008 02:23 PM
Bio-IT Webinar Wednesday, ...
10/8/2008 06:21 PM
New Biology Search Engine
9/30/2008 08:17 PM
vector nti
8/18/2008 07:48 PM
Computational Biology Res ...
8/12/2008 02:30 PM
Most influential bioinfor ...
8/4/2008 11:56 PM
Influential bioinformatic ...
6/23/2008 12:11 AM
Announcement of a new web ...
6/20/2008 08:48 AM
looking for Freezer inven ...
5/15/2008 05:27 AM
Mac vs PC
5/14/2008 06:13 PM
Importing a PDF into a Wo ...
4/13/2008 03:19 PM
Gene ontology help
1/31/2008 06:12 PM
Cytoscape open source bio ...
1/14/2008 09:43 PM
NAR Database Issue
12/5/2007 07:23 PM
Free gene browser
11/15/2007 05:30 AM
TaqMan probe design
11/13/2007 07:28 AM
Web-based phylogenetics t ...
11/9/2007 07:29 AM
ask for Fluxus' DNA Align ...
11/5/2007 04:49 PM
Ask for your help about t ...
10/31/2007 07:06 PM
Favorite tool for motif d ...
9/3/2007 05:04 AM
anyone have tried Geneiou ...
8/14/2007 04:35 PM
BioMoby Help
7/9/2007 05:24 PM
RPro Statistical Software
5/20/2007 07:13 PM
NOC 3.0 is released
5/3/2007 09:23 AM
Pymol: HighResolution Ray ...
3/28/2007 03:00 AM
Another bioinformatics on ...
3/22/2007 05:25 PM
Help required with a very ...
3/1/2007 09:26 PM
Pathway database (integra ...
2/23/2007 07:09 PM
wikiomics - a wiki forum ...
1/31/2007 07:05 PM
Premier Biosoft Releases ...
Subscribet to topic
Add Reply  Add New Topic  Add New Poll
bottom of page RSS Feed 

Topic Feed

 

Using of SSEARCH, ScanPS, MPSrch

 [View Printable]
azurit

Frog Egg

See
Similar
Scientists





Group: Member
Posts: 6
Joined: Nov 11, 2007







 Send a personal messsage to azurit Reply with a quote from this post Go to the top of the page

Hi I would like to know, if anybody of users of this forum use any of the applications mentioned in the topic in real work? If yes, what exactly do you use it for? Or do you know of anybody actually using it?
I spoke to some biologists working in the field but they use just BLAST which is sufficient to them. On the other hand, they told me at support of EBI that they have about 1000 jobs per month.
Thanks.

.........................

 Posted Nov 25, 2007, 12:33 PM
ryan_m

Frog Laureate

See
Similar
Scientists





Group: Moderators
Posts: 280
Joined: May 06, 2006







 Go to homepage of ryan_m Send a personal messsage to ryan_m Reply with a quote from this post Go to the top of the page

Hi Azurit.
I have used the standalone SSearch, but probably not for the same application you intend to use it (judging from the other programs you listed). Perhaps you should elaborate on what you want to use these tools for, including the scale of the project. This may help other users better answer your question.

Ryan

.........................

Posted Nov 25, 2007, 16:25 PM
ryan_m

Frog Laureate

See
Similar
Scientists





Group: Moderators
Posts: 280
Joined: May 06, 2006







 Go to homepage of ryan_m Send a personal messsage to ryan_m Reply with a quote from this post Go to the top of the page

Hi Azurit.
I have used the standalone SSearch, but probably not for the same application you intend to use it (judging from the other programs you listed). Perhaps you should elaborate on what you want to use these tools for, including the scale of the project. This may help other users better answer your question.

Ryan

.........................

Posted Nov 25, 2007, 16:25 PM
azurit

Frog Egg

See
Similar
Scientists





Group: Member
Posts: 6
Joined: Nov 11, 2007







 Send a personal messsage to azurit Reply with a quote from this post Go to the top of the page

Actually I'm interested in the underlying algorithm (Smith-Waterman) itself more than the application of it in real world and an idea that might improve it came over my mind so I decided to write a paper about it but I would like to know what the real applications are.

.........................

Posted Nov 25, 2007, 16:34 PM
ryan_m

Frog Laureate

See
Similar
Scientists





Group: Moderators
Posts: 280
Joined: May 06, 2006







 Go to homepage of ryan_m Send a personal messsage to ryan_m Reply with a quote from this post Go to the top of the page

In that case I may be able to help. A friend of mine, Gozde, recently completed her thesis on her improvement on a variant of the Smith-Waterman algorithm. You can find her thesis here. I found it to have a very complete introduction which should introduce you to many of the applications and improvements on the dynamic programming algorithms for sequence alignment. Specifically, her application was in the area of small RNA (e.g. microRNA) alignments, both against one-another and against reference genomes. You will also notice that the miRBase web server uses SSearch to identify sequences similar to known miRNAs.


Good luck.

Ryan

.........................

Posted Nov 25, 2007, 17:38 PM
azurit

Frog Egg

See
Similar
Scientists





Group: Member
Posts: 6
Joined: Nov 11, 2007







 Send a personal messsage to azurit Reply with a quote from this post Go to the top of the page

I ran shortly through the work (will read it a bit more thoroughly later) but unfortunately there is no example of process where rigorous alignment (SSEARH) is preferred or even it is impossible to use heuristic solution of some kind (i.e. BLAST).

A.

.........................

Posted Nov 25, 2007, 17:53 PM
ryan_m

Frog Laureate

See
Similar
Scientists





Group: Moderators
Posts: 280
Joined: May 06, 2006







 Go to homepage of ryan_m Send a personal messsage to ryan_m Reply with a quote from this post Go to the top of the page

For one example the search of small RNA vs small RNA would be intractable with BLAST, O(m-squared*n-squared) and would not guarantee all matches were found. With Gozde's improved method, you are guaranteed to find a match between any 2 sequences with 3 or fewer differences. Like I said, though, this is not using SSearch, but with Gozde's banded register-level implementation of the algorithm.

Ryan

.........................

Posted Nov 25, 2007, 17:58 PM
azurit

Frog Egg

See
Similar
Scientists





Group: Member
Posts: 6
Joined: Nov 11, 2007







 Send a personal messsage to azurit Reply with a quote from this post Go to the top of the page

OK. That's the type of example I search for, thanks. Of course I know that with BLAST you would find everything you would find with Smith-Waterman based algorithms (mainly evolutionary distant protein sequences) but every biologist that I know says that BLAST works just fine, that he/she actually doesn't't need the accuracy they would get with SW solutions.

A.

.........................

Posted Nov 25, 2007, 18:04 PM
azurit

Frog Egg

See
Similar
Scientists





Group: Member
Posts: 6
Joined: Nov 11, 2007







 Send a personal messsage to azurit Reply with a quote from this post Go to the top of the page

And I forgot to say that I was also told that SW solutions might be usefull in protein structure prediction but unfortunately that's not very much my field:) But if I understood it right, first when such a prediction is done autamatically, it is inprecise and the prediction is further verified by SW.

.........................

Posted Nov 25, 2007, 18:08 PM
ryan_m

Frog Laureate

See
Similar
Scientists





Group: Moderators
Posts: 280
Joined: May 06, 2006







 Go to homepage of ryan_m Send a personal messsage to ryan_m Reply with a quote from this post Go to the top of the page

I wouldn't know much about that, but back to microRNAs...
If you try both blastn and ssearch on the miRBase website, you will find the latter is much more sensitive when your sequence has more than a few differences than sequences in the miRBase db.

Ryan

.........................

Posted Nov 25, 2007, 18:29 PM
azurit

Frog Egg

See
Similar
Scientists





Group: Member
Posts: 6
Joined: Nov 11, 2007







 Send a personal messsage to azurit Reply with a quote from this post Go to the top of the page

Sure. Thanks for this example.

A.

.........................

Posted Nov 25, 2007, 18:31 PM
top of page Add Reply  Add New Topic  Add New Poll

Forum Jump