consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 240835
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 673435 | 673435 | 240835 240835 | 3297 | 7 | 0.413488223588746 |
| 673436 | 673436 | 240835 240835 | 138666 | 3 | 0.287594625898669 |
| 673437 | 673437 | 240835 240835 | 192581 | 2 | 0.152176003897316 |
| 673438 | 673438 | 240835 240835 | 266937 | 1 | 0.114132002922987 |
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)
);