consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 243096
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 680421 | 680421 | 243096 243096 | 8357 | 8 | 0.416026745319045 |
| 680422 | 680422 | 243096 243096 | 115382 | 5 | 0.315289314995739 |
| 680423 | 680423 | 243096 243096 | 140283 | 1 | 0.138675581773015 |
| 680424 | 680424 | 243096 243096 | 169392 | 1 | 0.104006686329761 |
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)
);