consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 309535
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 209223 | 209223 | 73815 73815 | 309535 | 1 | 0.0918229462366734 |
| 809575 | 809575 | 281850 281850 | 309535 | 1 | 0.149009838999106 |
| 809584 | 809584 | 281851 281851 | 309535 | 1 | 0.0829878251787235 |
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)
);