consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 134008
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 389469 | 389469 | 134008 134008 | 26784 | 2 | 0.215642411765711 |
| 389470 | 389470 | 134008 134008 | 38472 | 1 | 0.18675180672245 |
| 389471 | 389471 | 134008 134008 | 45383 | 5 | 0.3735036134449 |
| 389472 | 389472 | 134008 134008 | 160127 | 1 | 0.18675180672245 |
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)
);