consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 285363
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 821882 | 821882 | 285363 285363 | 57333 | 3 | 0.349119686393291 |
| 821883 | 821883 | 285363 285363 | 97682 | 7 | 0.375973721713004 |
| 821884 | 821884 | 285363 285363 | 144140 | 1 | 0.0879726483639207 |
| 821885 | 821885 | 285363 285363 | 236312 | 2 | 0.15551514054267 |
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)
);