consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 305162
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 879127 | 879127 | 305162 305162 | 4922 | 1 | 0.173681297521571 |
| 879128 | 879128 | 305162 305162 | 42868 | 5 | 0.37764201721437 |
| 879129 | 879129 | 305162 305162 | 179975 | 1 | 0.260521946282357 |
| 879130 | 879130 | 305162 305162 | 266548 | 1 | 0.130260973141178 |
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)
);