consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68945
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 194129 | 194129 | 68945 68945 | 33362 | 9 | 0.294478527607362 |
| 194130 | 194130 | 68945 68945 | 33615 | 1 | 0.098159509202454 |
| 194131 | 194131 | 68945 68945 | 130054 | 3 | 0.294478527607362 |
| 194132 | 194132 | 68945 68945 | 160715 | 1 | 0.147239263803681 |
| 194133 | 194133 | 68945 68945 | 203751 | 1 | 0.147239263803681 |
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)
);