You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Drugs that regulate a gene](#drugs-that-regulate-a-gene)
23
23
-[Error Responses](#error-responses)
@@ -693,23 +693,23 @@ For a given gene, this service gets from the String database a list of genes and
693
693
- `min_combined_score`: the minimum combined scored allowed int the relations. Possible scores go from 1 to 1000.
694
694
- Success Response:
695
695
- Code: 200
696
-
- Content: The response you get is a list of relations containing the targeted gene
696
+
- Content: The response you get is a list of relations containing the targeted gene. More information about each field in the response and how the different scores are calculated can be found in the [scientific publication](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9825434/) of the STRING database. Unless otherwise indicated in this documentation, values for fields are scores in the range 1-1000.
697
697
- `gene_1`: Gene 1 in the bidirectional relationship.
698
698
- `gene_2`: Gene 2 in the bidirectional relationship.
699
-
- `neighborhood`: Values range from 1 to 1000.
700
-
- `neighborhood_transferred`: Values range from 1 to 1000.
701
-
- `fusion`: Values range from 1 to 1000.
702
-
- `cooccurence`: Values range from 1 to 1000.
703
-
- `homology`: Values range from 1 to 1000.
704
-
- `coexpression`: Values range from 1 to 1000.
705
-
- `coexpression_transferred`: Values range from 1 to 1000.
706
-
- `experiments`: Values range from 1 to 1000.
707
-
- `experiments_transferred`: Values range from 1 to 1000
708
-
- `database`: Values range from 1 to 1000.
709
-
- `database_transferred`: Values range from 1 to 1000.
710
-
- `textmining`: Values range from 1 to 1000.
711
-
- `textmining_transferred`: Values range from 1 to 1000.
712
-
- `combined_score`: Values range from 1 to 1000.
699
+
- `neighborhood`: It will always come with a NULL value since STRING does not calculate this data for Eukaryotic organisms.
700
+
- `neighborhood_transferred`: score reflecting the strength of supporting evidence from neighborhood done in other organisms.
701
+
- `fusion`: score that is derived from fused proteins in other species.
702
+
- `cooccurence`: is a type of score that is derived from similar absence/presence patterns of genes in different species.
703
+
- `homology`: is a measure of the degree of homology between the interactors in a protein interaction.
704
+
- `coexpression`: is a measure of the degree of coexpression of two genes based on their similar patterns of mRNA expression measured by DNA arrays and similar technologies
705
+
- `coexpression_transferred`: is a measure of the degree of coexpression of two genes based on their similar patterns of mRNA expression measured by DNA arrays and similar technologies, transferred from other species based on homology.
706
+
- `experiments`: is a score that represents the confidence level of a protein interaction based on experimental evidence.
707
+
- `experiments_transferred`: score that is computed from experimental data transferred from other species based on homology.
708
+
- `database`: score derived from curated data of various databases. It represents the confidence level of protein interactions based on this curated data.
709
+
- `database_transferred`: score derived from curated data of various databases, transferred from other species based on homology.
710
+
- `textmining`: is a score derived from the co-occurrence of gene/protein names in scientific publications.
711
+
- `textmining_transferred`: is a score derived from the co-occurrence of gene/protein names in scientific publications, transferred from other species based on homology.
712
+
- `combined_score`: is a measure of the confidence level of a protein-protein interaction. It is calculated by combining the scores of all the evidence channels, including transferred scores from other species based on homology.
0 commit comments