consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 102957
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 304458 | 304458 | 102957 102957 | 5795 | 1 | 0.313630896136393 |
| 304459 | 304459 | 102957 102957 | 131029 | 2 | 0.18107488231053 |
| 304460 | 304460 | 102957 102957 | 215980 | 4 | 0.313630896136393 |
| 304461 | 304461 | 102957 102957 | 260043 | 1 | 0.156815448068196 |
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)
);