consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 259491
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 735657 | 735657 | 259491 259491 | 90029 | 2 | 0.17684356705762 |
| 735658 | 735658 | 259491 259491 | 121656 | 1 | 0.306302043135511 |
| 735659 | 735659 | 259491 259491 | 235795 | 3 | 0.243112092746659 |
| 735660 | 735660 | 259491 259491 | 271366 | 3 | 0.243112092746659 |
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)
);