consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 103077
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 304905 | 304905 | 103077 103077 | 109711 | 3 | 0.265185546754424 |
| 304906 | 304906 | 103077 103077 | 199828 | 1 | 0.191231870429152 |
| 304907 | 304907 | 103077 103077 | 216098 | 2 | 0.270442704718881 |
| 304908 | 304908 | 103077 103077 | 321481 | 1 | 0.0956159352145759 |
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)
);