consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 3211
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 10556 | 10556 | 3211 3211 | 72383 | 1 | 0.188976377952756 |
| 10557 | 10557 | 3211 3211 | 74112 | 11 | 0.377952755905512 |
| 10558 | 10558 | 3211 3211 | 83649 | 1 | 0.094488188976378 |
| 10559 | 10559 | 3211 3211 | 209101 | 1 | 0.125984251968504 |
| 10560 | 10560 | 3211 3211 | 271622 | 1 | 0.188976377952756 |
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)
);