consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 270584
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 773502 | 773502 | 270584 270584 | 17134 | 1 | 0.314928769232421 |
| 773503 | 773503 | 270584 270584 | 100991 | 3 | 0.173311980764896 |
| 773504 | 773504 | 270584 270584 | 235335 | 1 | 0.15746438461621 |
| 773505 | 773505 | 270584 270584 | 316568 | 2 | 0.314928769232421 |
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)
);