consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 77892
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 7372 | 7372 | 2211 2211 | 77892 | 1 | 0.0436987219799672 |
| 204279 | 204279 | 72432 72432 | 77892 | 1 | 0.0436987219799672 |
| 215543 | 215543 | 74878 74878 | 77892 | 7 | 0.398673963297903 |
| 1762891 | 1762891 | 541562 541562 | 77892 | 1 | 0.0436293787237319 |
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)
);