consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 255640
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 115311 | 115311 | 40218 40218 | 255640 | 2 | 0.0116367844147116 |
| 256687 | 256687 | 87024 87024 | 255640 | 2 | 0.0116367844147116 |
| 445572 | 445572 | 159621 159621 | 255640 | 2 | 0.0116367844147116 |
| 683343 | 683343 | 243979 243979 | 255640 | 2 | 0.0116367844147116 |
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)
);