consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 323527
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 914440 | 914440 | 323527 323527 | 28072 | 2 | 0.213084186945239 |
| 914441 | 914441 | 323527 323527 | 132691 | 4 | 0.336915682056036 |
| 914442 | 914442 | 323527 323527 | 314166 | 1 | 0.158823575646609 |
| 914443 | 914443 | 323527 323527 | 323683 | 1 | 0.238235363469914 |
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)
);