consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 238516
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 817384 | 817384 | 283820 283820 | 238516 | 2 | 0.101620089913764 |
| 817394 | 817394 | 283821 283821 | 238516 | 2 | 0.0982195783093374 |
| 817407 | 817407 | 283822 283822 | 238516 | 2 | 0.0837811434452077 |
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)
);