consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 9581
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 11873 | 11873 | 3605 3605 | 9581 | 3 | 0.294478527607362 |
| 20808 | 20808 | 6135 6135 | 9581 | 2 | 0.292682926829268 |
| 1745377 | 1745377 | 534600 534600 | 9581 | 2 | 0.292682926829268 |
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)
);