consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 274408
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 785161 | 785161 | 274408 274408 | 28523 | 5 | 0.37764201721437 |
| 785162 | 785162 | 274408 274408 | 138543 | 1 | 0.173681297521571 |
| 785163 | 785163 | 274408 274408 | 248192 | 1 | 0.260521946282357 |
| 785164 | 785164 | 274408 274408 | 282393 | 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)
);