consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 181006
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 742058 | 742058 | 261352 261352 | 181006 | 1 | 0.00169323881464035 |
| 786226 | 786226 | 274706 274706 | 181006 | 1 | 0.00172938885510436 |
| 834721 | 834721 | 289659 289659 | 181006 | 1 | 0.00195365474649546 |
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)
);