consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 15062
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 49004 | 49004 | 15062 15062 | 62767 | 3 | 0.380108821730646 |
| 49005 | 49005 | 15062 15062 | 84899 | 2 | 0.190054410865323 |
| 49006 | 49006 | 15062 15062 | 226497 | 1 | 0.126702940576882 |
| 49007 | 49007 | 15062 15062 | 296107 | 1 | 0.126702940576882 |
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)
);