consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 289452
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 834008 | 834008 | 289452 289452 | 68643 | 3 | 0.173311980764896 |
| 834009 | 834009 | 289452 289452 | 114649 | 1 | 0.314928769232421 |
| 834010 | 834010 | 289452 289452 | 316754 | 2 | 0.314928769232421 |
| 834011 | 834011 | 289452 289452 | 335047 | 1 | 0.15746438461621 |
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)
);