consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 270354
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 772783 | 772783 | 270354 270354 | 16457 | 1 | 0.314697241266837 |
| 772784 | 772784 | 270354 270354 | 27238 | 2 | 0.222524553320479 |
| 772785 | 772785 | 270354 270354 | 44822 | 1 | 0.157348620633419 |
| 772786 | 772786 | 270354 270354 | 117027 | 5 | 0.273959860652581 |
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)
);