Hello. I am building a web application which can display protein interaction networks. I am downloading psi file from BioGRID. Which columns should I take to extract this data from the psi (xml) file and insert this in a table of MySQL? I want to make a search field on the web page, so that a user can enter a UniProt ID and get the protein interaction networks of this UniProt id. How do I achieve this in the simplest way possible?
What is shortlabel ?
I have downloaded the psi xml file from BioGRID. How do I integrate this data into a MySQL table?