consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 73383
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 295502 | 295502 | 100039 100039 | 73383 | 2 | 0.186642248996938 |
| 725851 | 725851 | 256444 256444 | 73383 | 3 | 0.240170778805002 |
| 1739151 | 1739151 | 532723 532723 | 73383 | 3 | 0.240170778805002 |
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)
);