consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 296580
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 42616 | 42616 | 12952 12952 | 296580 | 1 | 0.05461943703003 |
| 128387 | 128387 | 45858 45858 | 296580 | 1 | 0.0547665900629094 |
| 716284 | 716284 | 253399 253399 | 296580 | 1 | 0.0534078629647166 |
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)
);