consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 286469
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 58525 | 58525 | 18473 18473 | 286469 | 1 | 0.0575579005070577 |
| 479195 | 479195 | 175127 175127 | 286469 | 1 | 0.0575579005070577 |
| 697387 | 697387 | 248639 248639 | 286469 | 1 | 0.0575579005070577 |
| 940765 | 940765 | 336541 336541 | 286469 | 1 | 0.0573547485740097 |
| 1752707 | 1752707 | 536955 536955 | 286469 | 1 | 0.0575579005070577 |
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)
);