consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inchi_id = 256510
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 76644 | 76644 | 27477 27477 | 256510 | 3 | 0.10300601153453 |
| 159182 | 159182 | 57300 57300 | 256510 | 2 | 0.120912893112514 |
| 420086 | 420086 | 151004 151004 | 256510 | 1 | 0.0993218909560183 |
| 508006 | 508006 | 203219 203219 | 256510 | 2 | 0.120912893112514 |
| 720563 | 720563 | 254742 254742 | 256510 | 3 | 0.10300601153453 |
| 826357 | 826357 | 286814 286814 | 256510 | 2 | 0.116549330436777 |
| 915968 | 915968 | 324676 324676 | 256510 | 2 | 0.120912893112514 |
| 1758286 | 1758286 | 539280 539280 | 256510 | 2 | 0.120912893112514 |
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)
);