consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 155071
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 387418 | 387418 | 133054 133054 | 155071 | 1 | 0.0457684929150854 |
| 724160 | 724160 | 255916 255916 | 155071 | 1 | 0.0503599640807875 |
| 1760176 | 1760176 | 540321 540321 | 155071 | 1 | 0.0626681519268287 |
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)
);