consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 167838
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 465099 | 465099 | 167838 167838 | 7054 | 2 | 0.256825093077044 |
| 465100 | 465100 | 167838 167838 | 8245 | 1 | 0.256825093077044 |
| 465101 | 465101 | 167838 167838 | 93587 | 3 | 0.256825093077044 |
| 465102 | 465102 | 167838 167838 | 140201 | 3 | 0.203842211461165 |
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)
);