consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 30155
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 340295 | 340295 | 114790 114790 | 30155 | 6 | 0.315035799522673 |
| 478296 | 478296 | 174582 174582 | 30155 | 5 | 0.315035799522673 |
| 485753 | 485753 | 179851 179851 | 30155 | 3 | 0.454545454545455 |
| 1674454 | 1674454 | 508215 508215 | 30155 | 6 | 0.315789473684211 |
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)
);