consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 313773
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 156675 | 156675 | 56356 56356 | 313773 | 1 | 0.101123595505618 |
| 810914 | 810914 | 282166 282166 | 313773 | 1 | 0.100478468899522 |
| 892188 | 892188 | 312961 312961 | 313773 | 2 | 0.399674847035365 |
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)
);