consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 275323
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 788464 | 788464 | 275323 275323 | 2897 | 1 | 0.292202687799876 |
| 788465 | 788465 | 275323 275323 | 31326 | 4 | 0.141862000597604 |
| 788466 | 788466 | 275323 275323 | 54887 | 2 | 0.292202687799876 |
| 788467 | 788467 | 275323 275323 | 177796 | 2 | 0.146101343899938 |
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)
);