From: Dhivya A. <dhi...@ya...> - 2007-01-08 17:05:45
|
Hi, Thanks for replying. I have currently been working on putting my blast results in similarity and similarityspan tables. But, I have two questions about these tables. Maybe you could help me out here. 1. SImilarity and SImilarityspan have pretty much the same fields except than similarityspan is a child table of Similarity. So, why do I even need the SImilaritySpan table? 2. I couldnt find any fields in the Similarity table for storing the actual query and subject annotation. Most probably this can be done by referring to some other table with the annotation. But I find that the only two fields refferring to other tables are query_table_id and subject_table_id which just refer to the core.TableInfo. I'm confused about these two fields and exactly how they can be used to refer to the query and subject annotation? Any help or suggestions would be helpful. Thanks dhivya Chris Stoeckert <sto...@pc...> wrote: Dear Dhivya, Sorry for the long delay in replying. You guessed correctly about Similarity and SImilaritySpan. These were designed to hold BLAST results (as well as results from other analyses). For ortholog tables you might check the GUS schema browser (http:// www.gusdb.org/SchemaBrowser/) and scroll down to the categories: Paralogs and Family; Sequence Ortholog, Paralog, Family AA Ortholog. Looking over old notes for OrthoMCL, it looks like DoTS.BestSimilarityPair is the table that we store summarized ortholog info data for queries. Hope this helps, Chris On Dec 16, 2006, at 3:38 PM, Dhivya Aras wrote: > Hi everyone, > > I would like to store COG annotation and blast results in GUS. I > did find two tables named similarity and similarityspan in the dots > schema - It looks like this can hold blast results but I need to > investigate more. > > As far as COG is concerned, I couldnt find any table supporting > this data. I was told that orthoMcl data is stored in > dots.SequenceGroup and dots.SequenceSequenceGroup, but I'm not > sure it that would best suit my needs. So, if anyone who has used > GUS for these purposes before or just has an idea, pleas let me > know. I would really appreciate it. > > thanks > dhivya arasappan > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV________________________________ > _______________ > Gusdev-gusdev mailing list > Gus...@li... > https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Gusdev-gusdev mailing list Gus...@li... https://lists.sourceforge.net/lists/listinfo/gusdev-gusdev __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |