From: Angel P. <an...@ma...> - 2006-02-14 20:25:59
|
If you want to use GUS objects and write GusApplication plugins for these tables, then you need to convert the BioPax schema. If you want to just query the data (SQL or WDK) and assign your GUS entities to these pathways, you can get away without translating the schema to GUS conventions and adding materialized view relating them (or querying on the fly for the associations). Your answer really depends on the needs of your application and your available coding resources. In either case, I would replicate the BioPax database in a different schema, since translating from DB to DB is slightly easier in a plugin than flat file to DB transformations. Angel Dhivya Aras wrote: > Hi, > > I'm trying to add a new schema to GUS to add pathway data. I plan to > implement the biopax pathway data model on GUS. To do this, can I just > add the tables as they are given in Biopax? Or do I need to follow the > superclass(imp class)-subclass(view) relationship that is used in GUS? > > I need to import data into the schema later on which is in BioPax > format, so I feel it would be easier to maintain the data model as > given in Biopax. But I just wanted to know if it would cause problems > since I'll be violating the subclassing relationships followed in GUS. > > thanks > dhivya > > > ------------------------------------------------------------------------ > Brings words and photos together (easily) with > PhotoMail > <http://us.rd.yahoo.com/mail_us/taglines/PMall/*http://photomail.mail.yahoo.com> > - it's free and works with Yahoo! Mail. -- Angel Pizarro Director, Bioinformatics Facility Institute for Translational Medicine and Therapeutics University of Pennsylvania 806 BRB II/III 421 Curie Blvd. Philadelphia, PA 19104-6160 P: 215-573-3736 F: 215-573-9004 |