consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 192081
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 162957 | 162957 | 58363 58363 | 192081 | 3 | 0.050247797767684 |
| 726965 | 726965 | 256717 256717 | 192081 | 1 | 0.0653576217502079 |
| 943267 | 943267 | 337778 337778 | 192081 | 1 | 0.0686925222843097 |
| 1761230 | 1761230 | 540773 540773 | 192081 | 1 | 0.0686925222843097 |
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)
);