consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 103217
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 305334 | 305334 | 103217 103217 | 3821 | 2 | 0.341323090092745 |
| 305335 | 305335 | 103217 103217 | 133728 | 3 | 0.27090831613713 |
| 305336 | 305336 | 103217 103217 | 206636 | 5 | 0.273994230405878 |
| 305337 | 305337 | 103217 103217 | 232782 | 1 | 0.0853307725231861 |
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)
);