consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 246237
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 690364 | 690364 | 246237 246237 | 19930 | 4 | 0.300814640824678 |
| 690365 | 690365 | 246237 246237 | 27515 | 3 | 0.31422153914964 |
| 690366 | 690366 | 246237 246237 | 121881 | 7 | 0.358570864592016 |
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)
);