consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 109717
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 304380 | 304380 | 102935 102935 | 109717 | 2 | 0.391003321286441 |
| 588966 | 588966 | 229949 229949 | 109717 | 2 | 0.391003321286441 |
| 950779 | 950779 | 341077 341077 | 109717 | 1 | 0.416199685675453 |
| 1657040 | 1657040 | 502118 502118 | 109717 | 2 | 0.408887498389545 |
CREATE TABLE [consensus_index] (
[inventory_id] integer,
[inchi_id] text,
[consensus_score] text,
[consensus_count] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);