consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 318233
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 249332 | 249332 | 84797 84797 | 318233 | 2 | 0.051627927458735 |
| 533885 | 533885 | 211844 211844 | 318233 | 2 | 0.051627927458735 |
| 889083 | 889083 | 310320 310320 | 318233 | 2 | 0.0516220582963347 |
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)
);