consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 280647
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 805434 | 805434 | 280647 280647 | 46444 | 5 | 0.340909090909091 |
| 805435 | 805435 | 280647 280647 | 105470 | 1 | 0.113636363636364 |
| 805436 | 805436 | 280647 280647 | 128948 | 2 | 0.340909090909091 |
| 805437 | 805437 | 280647 280647 | 163891 | 1 | 0.170454545454545 |
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)
);