consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 259819
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 736799 | 736799 | 259819 259819 | 48316 | 2 | 0.33482516497894 |
| 736800 | 736800 | 259819 259819 | 76408 | 1 | 0.157838096445675 |
| 736801 | 736801 | 259819 259819 | 91423 | 10 | 0.473514289337026 |
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)
);