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