consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 242903
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 283498 | 283498 | 96130 96130 | 242903 | 1 | 0.0794361668880936 |
| 455465 | 455465 | 163661 163661 | 242903 | 1 | 0.0805323956353832 |
| 1646770 | 1646770 | 498621 498621 | 242903 | 1 | 0.0740283443793755 |
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)
);