consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 273324
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 781702 | 781702 | 273324 273324 | 24827 | 1 | 0.080884294020858 |
| 781703 | 781703 | 273324 273324 | 26066 | 3 | 0.224328148709014 |
| 781704 | 781704 | 273324 273324 | 129092 | 2 | 0.323537176083432 |
| 781705 | 781705 | 273324 273324 | 144826 | 5 | 0.281655470886669 |
| 781706 | 781706 | 273324 273324 | 297078 | 1 | 0.0647074352166864 |
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)
);