consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 239728
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 669183 | 669183 | 239728 239728 | 355 | 7 | 0.338599122608844 |
| 669184 | 669184 | 239728 239728 | 115888 | 6 | 0.296719973559273 |
| 669185 | 669185 | 239728 239728 | 224603 | 1 | 0.124614580203859 |
| 669186 | 669186 | 239728 239728 | 250812 | 1 | 0.124614580203859 |
| 669187 | 669187 | 239728 239728 | 322715 | 1 | 0.0934609351528946 |
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)
);