consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 192011
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 119020 | 119020 | 41456 41456 | 192011 | 1 | 0.111565114807378 |
| 694224 | 694224 | 247625 247625 | 192011 | 2 | 0.0782891189897153 |
| 936903 | 936903 | 334587 334587 | 192011 | 1 | 0.111096415818013 |
| 1750530 | 1750530 | 536226 536226 | 192011 | 1 | 0.111096415818013 |
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)
);