consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 256007
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 724400 | 724400 | 256007 256007 | 3720 | 2 | 0.271160215315294 |
| 724401 | 724401 | 256007 256007 | 3734 | 1 | 0.135580107657647 |
| 724402 | 724402 | 256007 256007 | 21376 | 2 | 0.191739227037449 |
| 724403 | 724403 | 256007 256007 | 139095 | 1 | 0.271160215315294 |
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)
);