consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 255538
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 722930 | 722930 | 255538 255538 | 14866 | 4 | 0.237485196794745 |
| 722931 | 722931 | 255538 255538 | 97913 | 3 | 0.371684419499125 |
| 722932 | 722932 | 255538 255538 | 118642 | 1 | 0.185842209749562 |
| 722933 | 722933 | 255538 255538 | 292766 | 1 | 0.0929211048747812 |
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)
);