consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 55697
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 154864 | 154864 | 55697 55697 | 5365 | 8 | 0.345323741007194 |
| 154865 | 154865 | 55697 55697 | 124735 | 3 | 0.345323741007194 |
| 154866 | 154866 | 55697 55697 | 138323 | 3 | 0.172661870503597 |
| 154867 | 154867 | 55697 55697 | 201489 | 1 | 0.115107913669065 |
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)
);