consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 201512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 503582 | 503582 | 201512 201512 | 10101 | 8 | 0.364485981308411 |
| 503583 | 503583 | 201512 201512 | 73276 | 1 | 0.121495327102804 |
| 503584 | 503584 | 201512 201512 | 151197 | 1 | 0.182242990654206 |
| 503585 | 503585 | 201512 201512 | 202935 | 1 | 0.182242990654206 |
| 503586 | 503586 | 201512 201512 | 208201 | 1 | 0.121495327102804 |
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)
);