consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 329518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 926543 | 926543 | 329518 329518 | 10986 | 2 | 0.271200375838482 |
| 926544 | 926544 | 329518 329518 | 134760 | 4 | 0.362725244095893 |
| 926545 | 926545 | 329518 329518 | 167036 | 1 | 0.0904001252794939 |
| 926546 | 926546 | 329518 329518 | 226317 | 2 | 0.221434179618435 |
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)
);