consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 24371
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 331746 | 331746 | 111825 111825 | 24371 | 5 | 0.311490177332541 |
| 332630 | 332630 | 112119 112119 | 24371 | 1 | 0.133878757902475 |
| 364227 | 364227 | 123799 123799 | 24371 | 1 | 0.238095238095238 |
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)
);