consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 100726
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 298051 | 298051 | 100726 100726 | 767 | 1 | 0.387601993861458 |
| 298052 | 298052 | 100726 100726 | 102417 | 7 | 0.351060298156196 |
| 298053 | 298053 | 100726 100726 | 173807 | 1 | 0.0969004984653644 |
| 298054 | 298054 | 100726 100726 | 290174 | 1 | 0.129200664620486 |
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)
);