consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 8581
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 29627 | 29627 | 8581 8581 | 31492 | 2 | 0.166862269769971 |
| 29628 | 29628 | 8581 8581 | 51613 | 5 | 0.355817884199998 |
| 29629 | 29629 | 8581 8581 | 107224 | 4 | 0.343697420829952 |
| 29630 | 29630 | 8581 8581 | 198516 | 1 | 0.102181854564766 |
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)
);