consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 186270
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 3 | 3 | 1 1 | 186270 | 1 | 0.0773410373676423 |
| 206018 | 206018 | 73022 73022 | 186270 | 1 | 0.0773410373676423 |
| 675951 | 675951 | 241630 241630 | 186270 | 1 | 0.0494483556459511 |
| 1721643 | 1721643 | 527285 527285 | 186270 | 1 | 0.0771988792389765 |
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)
);