consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 504934
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1665464 | 1665464 | 504934 504934 | 16048 | 7 | 0.329385839905289 |
| 1665465 | 1665465 | 504934 504934 | 119506 | 5 | 0.3859328808563 |
| 1665466 | 1665466 | 504934 504934 | 142247 | 1 | 0.110830116344725 |
| 1665467 | 1665467 | 504934 504934 | 188034 | 3 | 0.147773488459633 |
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)
);