consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 527640
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1722899 | 1722899 | 527640 527640 | 10719 | 2 | 0.298987364489139 |
| 1722900 | 1722900 | 527640 527640 | 108509 | 7 | 0.424819938915499 |
| 1722901 | 1722901 | 527640 527640 | 217562 | 1 | 0.103572261223261 |
| 1722902 | 1722902 | 527640 527640 | 263127 | 1 | 0.129465326529076 |
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)
);