consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266324
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758697 | 758697 | 266324 266324 | 6077 | 1 | 0.142857686769619 |
| 758698 | 758698 | 266324 266324 | 217469 | 7 | 0.272177257471835 |
| 758699 | 758699 | 266324 266324 | 231953 | 1 | 0.214286530154429 |
| 758700 | 758700 | 266324 266324 | 266519 | 1 | 0.107143265077215 |
| 758701 | 758701 | 266324 266324 | 330165 | 1 | 0.0857146120617716 |
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)
);