consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 117358
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 347519 | 347519 | 117358 117358 | 35581 | 2 | 0.284561166429003 |
| 347520 | 347520 | 117358 117358 | 60357 | 2 | 0.142280583214501 |
| 347521 | 347521 | 117358 117358 | 108183 | 5 | 0.402430260888603 |
| 347522 | 347522 | 117358 117358 | 167321 | 1 | 0.134143420296201 |
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)
);