consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 280589
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 805269 | 805269 | 280589 280589 | 44729 | 1 | 0.110880029918229 |
| 805270 | 805270 | 280589 280589 | 46175 | 2 | 0.256066460484174 |
| 805271 | 805271 | 280589 280589 | 103002 | 3 | 0.443520119672918 |
| 805272 | 805272 | 280589 280589 | 214275 | 2 | 0.140253376627687 |
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)
);