consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 65746
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 184088 | 184088 | 65746 65746 | 27335 | 6 | 0.280418640732461 |
| 184089 | 184089 | 65746 65746 | 133050 | 1 | 0.148378948430067 |
| 184090 | 184090 | 65746 65746 | 134766 | 11 | 0.333441610084435 |
| 184091 | 184091 | 65746 65746 | 323639 | 2 | 0.128499938727259 |
| 184092 | 184092 | 65746 65746 | 335019 | 1 | 0.0890273690580403 |
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)
);