consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 255009
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 721508 | 721508 | 255009 255009 | 61801 | 1 | 0.162150261889655 |
| 721509 | 721509 | 255009 255009 | 63878 | 3 | 0.386096244450835 |
| 721510 | 721510 | 255009 255009 | 120838 | 9 | 0.417007008968869 |
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)
);