consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 270521
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 773328 | 773328 | 270521 270521 | 13096 | 1 | 0.118397711081292 |
| 773329 | 773329 | 270521 270521 | 16926 | 2 | 0.355193133243875 |
| 773330 | 773330 | 270521 270521 | 140231 | 3 | 0.246277163506568 |
| 773331 | 773331 | 270521 270521 | 150400 | 4 | 0.177596566621937 |
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)
);