consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 74369
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 241342 | 241342 | 82030 82030 | 74369 | 1 | 0.236842105263158 |
| 296675 | 296675 | 100363 100363 | 74369 | 5 | 0.32348354641212 |
| 918326 | 918326 | 325543 325543 | 74369 | 4 | 0.392156862745098 |
| 1652409 | 1652409 | 500471 500471 | 74369 | 8 | 0.396600566572238 |
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)
);