consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 201575
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 592784 | 592784 | 231086 231086 | 201575 | 1 | 0.155172413793103 |
| 790436 | 790436 | 276016 276016 | 201575 | 1 | 0.146017699115044 |
| 798256 | 798256 | 278477 278477 | 201575 | 1 | 0.169014084507042 |
| 810080 | 810080 | 282018 282018 | 201575 | 1 | 0.170454545454545 |
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)
);