consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 168144
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 465633 | 465633 | 168144 168144 | 785 | 3 | 0.254286370170208 |
| 465634 | 465634 | 168144 168144 | 121805 | 4 | 0.366744408113013 |
| 465635 | 465635 | 168144 168144 | 277926 | 2 | 0.183372204056506 |
| 465636 | 465636 | 168144 168144 | 281157 | 1 | 0.0916861020282531 |
| 465637 | 465637 | 168144 168144 | 296362 | 1 | 0.0733488816226025 |
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)
);