consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 211756
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 533806 | 533806 | 211756 211756 | 27941 | 2 | 0.376968497201231 |
| 533807 | 533807 | 211756 211756 | 32946 | 1 | 0.0942421243003077 |
| 533808 | 533808 | 211756 211756 | 84592 | 5 | 0.302608280177723 |
| 533809 | 533809 | 211756 211756 | 224118 | 1 | 0.188484248600615 |
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)
);