consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 37376
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 147730 | 147730 | 53189 53189 | 37376 | 8 | 0.334661354581673 |
| 232285 | 232285 | 79449 79449 | 37376 | 8 | 0.334661354581673 |
| 905296 | 905296 | 319382 319382 | 37376 | 4 | 0.452830188679245 |
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)
);