consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 192762
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 103 | 103 | 29 29 | 192762 | 1 | 0.0823138625850661 |
| 375163 | 375163 | 128016 128016 | 192762 | 2 | 0.0965286594616935 |
| 724681 | 724681 | 256079 256079 | 192762 | 5 | 0.134646469449481 |
| 1760479 | 1760479 | 540440 540440 | 192762 | 3 | 0.138578159834924 |
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)
);