consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 313790
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 42478 | 42478 | 12918 12918 | 313790 | 1 | 0.0189387685991425 |
| 210521 | 210521 | 73953 73953 | 313790 | 3 | 0.153103244564947 |
| 685702 | 685702 | 244556 244556 | 313790 | 1 | 0.0250313347797413 |
| 934413 | 934413 | 333130 333130 | 313790 | 1 | 0.0202129239474927 |
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)
);