consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 204487
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 197202 | 197202 | 70006 70006 | 204487 | 1 | 0.0392328948918391 |
| 225606 | 225606 | 77783 77783 | 204487 | 1 | 0.0391375235658524 |
| 603062 | 603062 | 236289 236289 | 204487 | 1 | 1.14964697687187e-05 |
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)
);