consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 249259
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 699436 | 699436 | 249259 249259 | 34553 | 12 | 0.527472527472527 |
| 699437 | 699437 | 249259 249259 | 43275 | 1 | 0.175824175824176 |
| 699438 | 699438 | 249259 249259 | 140673 | 2 | 0.263736263736264 |
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)
);