consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 68232
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192018 | 192018 | 68232 68232 | 3830 | 14 | 0.384186300952851 |
| 192019 | 192019 | 68232 68232 | 11590 | 3 | 0.125307615196929 |
| 192020 | 192020 | 68232 68232 | 11974 | 2 | 0.222852908747787 |
| 192021 | 192021 | 68232 68232 | 55153 | 2 | 0.0606528793474557 |
| 192022 | 192022 | 68232 68232 | 190496 | 1 | 0.063672259642225 |
| 192023 | 192023 | 68232 68232 | 223526 | 1 | 0.0557132271869469 |
| 192024 | 192024 | 68232 68232 | 277512 | 2 | 0.0704722774836671 |
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)
);