Skip to content
Sven Heinicke edited this page Apr 10, 2014 · 28 revisions

Interaction Tables

interactions

See issue #2, but all is well.

interaction_source

The BioGRID entry is entered from the SQL source. The other entries, well entry currently only FlyBase, is snagged from IMS2.tag and IMS2.tag_category tables where tag_category.category_name=='Source'.

interaction_quantitations

Pulling user_id and interaction_quantition_addeddate from the IMS2.interaction_matrix table, it's kind of a guess but it better then nothing. Defaulting interaction_quantitation_status to active.

interaction_quantitation_types

Populated with IMS2.interaction_quantitation_type, table name change to be consistent with plural names.

Participant Tables

participants

Populated this with distinct items from IMS2.interactions.interactor_[AB].id, which I assume are all proteins. This will need to be revisited as there is no quick.participant_type table yet.

PTM Tables

All the PTM tables are imported!

ptms

Skipping both items produced in issue #5. Also setting all ptm_status to experimental as that is not stored in IMS.

ptm_sources

As IMS2.ptm_sources has no status column defaulted all items to active.

ptm_modifications

Populated with items from IMS2.modifications table, set default status to active.

ptm_relationships

As the IMS2.ptm_relationships table has no user_id setting I set it to 1, the IMS_SERVICESCRIPT account.

ptm_history

Loading IMS2.ptms.ptm_status into this table.

ptm_notes

Loading IMS2.ptms.ptm_notes into this table.

Project Tables

projects

Rows in IMS2.projects that are open and being stated as public. There are no projects that are not open.

project_users

user_id=13 is present in the IMS2 table, but not in the IMS2 users table. Skipped.

project_publications

See issues #3, and #4.

Publication Tables

publications

Import entries have been reported is issue #2.

publication_queries

Imported from the IMS2.pubmed_queries table. As the renamed table doesn't have PubMed IDs in it the few hundred items not in the publication table have to be inserted there.

publication_notes

As there is no data from IMS2 to go here so I created this table in the publications.sql file.

User Tables

users

The same apart from column renaming.