consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 255510
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 108943 | 108943 | 38169 38169 | 255510 | 1 | 0.0792481600204669 |
| 226575 | 226575 | 77988 77988 | 255510 | 2 | 0.07207719750066 |
| 757156 | 757156 | 265944 265944 | 255510 | 1 | 0.0792481600204669 |
| 757164 | 757164 | 265945 265945 | 255510 | 2 | 0.0718451144034047 |
| 952834 | 952834 | 341901 341901 | 255510 | 1 | 0.0792481600204669 |
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)
);