consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 326626
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 162980 | 162980 | 58363 58363 | 326626 | 3 | 0.012192263847887 |
| 726977 | 726977 | 256717 256717 | 326626 | 1 | 0.0130715243500416 |
| 943279 | 943279 | 337778 337778 | 326626 | 1 | 0.0137385044568619 |
| 1761242 | 1761242 | 540773 540773 | 326626 | 1 | 0.0137385044568619 |
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)
);