consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 201210
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 502825 | 502825 | 201210 201210 | 2568 | 1 | 0.0897192108196228 |
| 502826 | 502826 | 201210 201210 | 6319 | 6 | 0.465898819226821 |
| 502827 | 502827 | 201210 201210 | 12877 | 1 | 0.104672412622893 |
| 502828 | 502828 | 201210 201210 | 45575 | 1 | 0.125606895147472 |
| 502829 | 502829 | 201210 201210 | 203984 | 1 | 0.15700861893434 |
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)
);