consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 249899
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 701538 | 701538 | 249899 249899 | 13315 | 4 | 0.283345497746211 |
| 701539 | 701539 | 249899 249899 | 123759 | 8 | 0.443459669355785 |
| 701540 | 701540 | 249899 249899 | 183904 | 2 | 0.15678666969211 |
| 701541 | 701541 | 249899 249899 | 228143 | 1 | 0.0886919338711571 |
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)
);