consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 256785
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 727208 | 727208 | 256785 256785 | 54009 | 1 | 0.10482862985399 |
| 727209 | 727209 | 256785 256785 | 101864 | 5 | 0.419314519415959 |
| 727210 | 727210 | 256785 256785 | 317106 | 2 | 0.20965725970798 |
| 727211 | 727211 | 256785 256785 | 332370 | 1 | 0.139771506471986 |
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)
);