consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 42932
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 233588 | 233588 | 79832 79832 | 42932 | 8 | 0.628571428571429 |
| 261097 | 261097 | 88442 88442 | 42932 | 2 | 0.141095429885586 |
| 375660 | 375660 | 128204 128204 | 42932 | 1 | 0.307692307692308 |
| 436409 | 436409 | 156572 156572 | 42932 | 8 | 0.628571428571429 |
| 895245 | 895245 | 314295 314295 | 42932 | 1 | 0.135730653974969 |
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)
);