consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 351471
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 968387 | 968387 | 351471 351471 | 378 | 3 | 0.260535631517542 |
| 968388 | 968388 | 351471 351471 | 101842 | 4 | 0.315973052856386 |
| 968389 | 968389 | 351471 351471 | 203338 | 3 | 0.298238848090757 |
| 968390 | 968390 | 351471 351471 | 223500 | 1 | 0.0939393506514861 |
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)
);