consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 239283
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 667711 | 667711 | 239283 239283 | 100200 | 2 | 0.267438925178557 |
| 667712 | 667712 | 239283 239283 | 167893 | 1 | 0.126071918364666 |
| 667713 | 667713 | 239283 239283 | 203826 | 2 | 0.378215755093999 |
| 667714 | 667714 | 239283 239283 | 279650 | 1 | 0.0945539387734997 |
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)
);