consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 40143
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 115067 | 115067 | 40143 40143 | 440 | 3 | 0.326982912398002 |
| 115068 | 115068 | 40143 40143 | 93982 | 5 | 0.330707571904191 |
| 115069 | 115069 | 40143 40143 | 209917 | 2 | 0.145654328754587 |
| 115070 | 115070 | 40143 40143 | 277694 | 1 | 0.0823945308572348 |
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)
);