consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 424654
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1298878 | 1298878 | 424654 424654 | 53939 | 3 | 0.321604081614305 |
| 1298879 | 1298879 | 424654 424654 | 64478 | 1 | 0.101298938039493 |
| 1298880 | 1298880 | 424654 424654 | 115796 | 5 | 0.405195752157972 |
| 1298881 | 1298881 | 424654 424654 | 199632 | 1 | 0.135065250719324 |
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)
);