consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 275322
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 788460 | 788460 | 275322 275322 | 2897 | 1 | 0.100874300561627 |
| 788461 | 788461 | 275322 275322 | 31326 | 4 | 0.232959218334283 |
| 788462 | 788462 | 275322 275322 | 54887 | 3 | 0.320255941656167 |
| 788463 | 788463 | 275322 275322 | 177796 | 4 | 0.182300440200456 |
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)
);