consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66411
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 186326 | 186326 | 66411 66411 | 83817 | 12 | 0.459228747910789 |
| 186327 | 186327 | 66411 66411 | 148662 | 1 | 0.153076249303596 |
| 186328 | 186328 | 66411 66411 | 183839 | 2 | 0.229614373955394 |
| 186329 | 186329 | 66411 66411 | 211011 | 2 | 0.132567920612954 |
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)
);