consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 250502
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 703453 | 703453 | 250502 250502 | 7467 | 7 | 0.392477023875589 |
| 703454 | 703454 | 250502 250502 | 132620 | 5 | 0.384059539545147 |
| 703455 | 703455 | 250502 250502 | 333482 | 4 | 0.195320210045978 |
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)
);