consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 201170
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 502788 | 502788 | 201170 201170 | 28523 | 5 | 0.202721105538224 |
| 502789 | 502789 | 201170 201170 | 39034 | 1 | 0.184533393970381 |
| 502790 | 502790 | 201170 201170 | 101582 | 2 | 0.369066787940763 |
| 502791 | 502791 | 201170 201170 | 138543 | 2 | 0.123022262646921 |
| 502792 | 502792 | 201170 201170 | 248192 | 2 | 0.0922666969851907 |
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)
);