consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 256608
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 726498 | 726498 | 256608 256608 | 14413 | 1 | 0.207966377393355 |
| 726499 | 726499 | 256608 256608 | 73958 | 3 | 0.262021216548269 |
| 726500 | 726500 | 256608 256608 | 130575 | 7 | 0.330499087484012 |
| 726501 | 726501 | 256608 256608 | 248217 | 2 | 0.169803836089599 |
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)
);