consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 256647
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 113285 | 113285 | 39594 39594 | 256647 | 1 | 0.163336441524814 |
| 229357 | 229357 | 78666 78666 | 256647 | 2 | 0.102655091781424 |
| 520502 | 520502 | 207850 207850 | 256647 | 2 | 0.102655091781424 |
| 944348 | 944348 | 338186 338186 | 256647 | 1 | 0.168674698795181 |
| 1723466 | 1723466 | 527800 527800 | 256647 | 1 | 0.163336441524814 |
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)
);