consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 256611
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 726509 | 726509 | 256611 256611 | 73961 | 5 | 0.332615062459852 |
| 726510 | 726510 | 256611 256611 | 138966 | 2 | 0.239224434108817 |
| 726511 | 726511 | 256611 256611 | 184129 | 2 | 0.207174437144192 |
| 726512 | 726512 | 256611 256611 | 260988 | 1 | 0.082869774857677 |
| 726513 | 726513 | 256611 256611 | 333148 | 1 | 0.103587218572096 |
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)
);