consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 168194
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 465735 | 465735 | 168194 168194 | 8315 | 1 | 0.253521126760563 |
| 465736 | 465736 | 168194 168194 | 81180 | 2 | 0.0845070422535211 |
| 465737 | 465737 | 168194 168194 | 98332 | 1 | 0.253521126760563 |
| 465738 | 465738 | 168194 168194 | 198552 | 2 | 0.253521126760563 |
| 465739 | 465739 | 168194 168194 | 215024 | 2 | 0.126760563380282 |
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)
);