consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 166924
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 464462 | 464462 | 166924 166924 | 5902 | 3 | 0.187570426291708 |
| 464463 | 464463 | 166924 166924 | 8363 | 1 | 0.160370458633358 |
| 464464 | 464464 | 166924 166924 | 123102 | 1 | 0.0801852293166789 |
| 464465 | 464465 | 166924 166924 | 217741 | 1 | 0.106913639088905 |
| 464466 | 464466 | 166924 166924 | 250472 | 2 | 0.320740917266716 |
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)
);