promethiume / LLPSWise

computational prediction of biological liquid-liquid phase separation systems
1 stars 2 forks source link

Adding uniprot ID to Graph results #4

Open joaomcteixeira opened 2 years ago

joaomcteixeira commented 2 years ago

The html graph results store information of the PPI partner names:

                {
                    "name": "TNRC6C",
                    "symbolSize": 30,
                    "itemStyle": {
                        "normal": {
                            "color": "#FF6347"
                        }
                    }

Is it possible to store here also the uniprot ID? Having the uniprotID would render it straightforward to retrieve the interaction partner from the database instead of searching for this human-readable name (TNRC6C)? Representing the human-readable name in the graph is okay.

Thanks,