consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 266525
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 759366 | 759366 | 266525 266525 | 13346 | 1 | 0.297965672868055 |
| 759367 | 759367 | 266525 266525 | 56723 | 1 | 0.148982836434027 |
| 759368 | 759368 | 266525 266525 | 116524 | 1 | 0.0993218909560183 |
| 759369 | 759369 | 266525 266525 | 116797 | 1 | 0.297965672868055 |
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)
);