consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 308568
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 568991 | 568991 | 223170 223170 | 308568 | 1 | 0.0218578068838321 |
| 694478 | 694478 | 247693 247693 | 308568 | 1 | 0.0239023705045666 |
| 962229 | 962229 | 346390 346390 | 308568 | 1 | 0.0251903060342895 |
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)
);