consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 338487
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 945075 | 945075 | 338487 338487 | 3821 | 1 | 0.360299589110729 |
| 945076 | 945076 | 338487 338487 | 133728 | 2 | 0.254770282718923 |
| 945077 | 945077 | 338487 338487 | 206636 | 3 | 0.249817782253825 |
| 945078 | 945078 | 338487 338487 | 232782 | 1 | 0.0900748972776822 |
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)
);