consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 91434
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 269666 | 269666 | 91434 91434 | 2092 | 2 | 0.180175111982787 |
| 269667 | 269667 | 91434 91434 | 28862 | 1 | 0.1560362241068 |
| 269668 | 269668 | 91434 91434 | 28863 | 3 | 0.24769206629228 |
| 269669 | 269669 | 91434 91434 | 31082 | 1 | 0.3120724482136 |
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)
);