Deal all Has anyone used the STRING database for retrieving bacterial strains's protein protein interactions. I have all the identifiers list (mentioned below) and I need to retrieve their interacting partners with the information and annotation of gene neighborhood, gene fusion, co-occurences along with their scores. 575584.HMPREF0010_01182 575584.HMPREF0010_02823 575584.HMPREF0010_03718 575584.HMPREF0010_02943 575584.HMPREF0010_01100 575584.HMPREF0010_00178 575584.HMPREF0010_02785 575584.HMPREF0010_01244 and so on ... while using API for this purpose I am using http://string-db.org/api/image/network?identifier=575584.HMPREF0010_01885, but it doesnt show any information for gene neighborhood and fusion and nothing has been mentioned in the tutorial. As I have 2500 entries like this, can anyone tell me how can I retrieve it pragmatically by using these identifiers... Please do the needful..
I don't have a proper answer for you because you provide limited information (an example of expected/ desired information would be helpful as that makes searching easier without having to know exactly what the STRING database(s) contain).
Their very poorly documented REST API shows all other options that you have for retrieving data, but I wonder if you could get all relevant information in a single request (I'm very sure you can't). Therefor you probably need to create multiple requests, first getting the interacting partners, then requesting information for each found entry, etc.
For example, finding the interacting partners as text: http://string-db.org/api/tsv/interactors?identifier=575584.HMPREF0010_01885 (this should obviously also work with JSON output format, but that gives a 404 - definitely not a proper RESTful API)
Have u used package STRINGdb to retrieve this data which runs o R platform.