consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 512256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1684682 | 1684682 | 512256 512256 | 52114 | 2 | 0.278978456508036 |
| 1684683 | 1684683 | 512256 512256 | 52667 | 2 | 0.0986337792008943 |
| 1684684 | 1684684 | 512256 512256 | 117092 | 6 | 0.164261377378364 |
| 1684685 | 1684685 | 512256 512256 | 143094 | 1 | 0.069744614127009 |
| 1684686 | 1684686 | 512256 512256 | 143102 | 4 | 0.278978456508036 |
| 1684687 | 1684687 | 512256 512256 | 150944 | 1 | 0.092992818836012 |
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)
);