consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 255877
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 724032 | 724032 | 255877 255877 | 68819 | 3 | 0.267687309916858 |
| 724033 | 724033 | 255877 255877 | 99533 | 7 | 0.282382850075669 |
| 724034 | 724034 | 255877 255877 | 252000 | 2 | 0.171975483841894 |
| 724035 | 724035 | 255877 255877 | 326598 | 1 | 0.243210061644881 |
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)
);