consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 203301
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 212935 | 212935 | 74260 74260 | 203301 | 1 | 0.0133663003646554 |
| 500209 | 500209 | 197959 197959 | 203301 | 2 | 0.424431771143369 |
| 723758 | 723758 | 255797 255797 | 203301 | 1 | 0.0132042416288797 |
| 833723 | 833723 | 289356 289356 | 203301 | 1 | 0.0133663003646554 |
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)
);