consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 206756
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 138342 | 138342 | 49266 49266 | 206756 | 1 | 0.0446914416638395 |
| 730229 | 730229 | 257592 257592 | 206756 | 2 | 0.0447203401859109 |
| 882613 | 882613 | 306891 306891 | 206756 | 1 | 0.0666578494908081 |
| 1761699 | 1761699 | 540957 540957 | 206756 | 1 | 0.0666578494908081 |
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)
);