consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 282872
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 297516 | 297516 | 100591 100591 | 282872 | 3 | 0.0121316227104909 |
| 727959 | 727959 | 256976 256976 | 282872 | 4 | 0.0123357114721639 |
| 1740142 | 1740142 | 532932 532932 | 282872 | 4 | 0.0155071165577685 |
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)
);