consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 242980
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 679974 | 679974 | 242980 242980 | 8095 | 13 | 0.503929912173052 |
| 679975 | 679975 | 242980 242980 | 153261 | 1 | 0.118268365309736 |
| 679976 | 679976 | 242980 242980 | 223478 | 2 | 0.197113942182893 |
| 679977 | 679977 | 242980 242980 | 232195 | 1 | 0.14783545663717 |
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)
);