consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inchi_id = 223564
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 124831 | 124831 | 43220 43220 | 223564 | 1 | 0.0598546387345019 |
| 682891 | 682891 | 243882 243882 | 223564 | 1 | 0.0562121815344267 |
| 764078 | 764078 | 267858 267858 | 223564 | 1 | 0.0562121815344267 |
| 764086 | 764086 | 267859 267859 | 223564 | 1 | 0.0600237068421982 |
| 915280 | 915280 | 324238 324238 | 223564 | 1 | 0.0594985125371866 |
| 1620650 | 1620650 | 489397 489397 | 223564 | 1 | 0.0562121815344267 |
| 1722853 | 1722853 | 527629 527629 | 223564 | 1 | 0.0562121815344267 |
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)
);