consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 276443
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 791816 | 791816 | 276443 276443 | 32952 | 4 | 0.274566750030841 |
| 791817 | 791817 | 276443 276443 | 75277 | 1 | 0.180675082268207 |
| 791818 | 791818 | 276443 276443 | 118013 | 4 | 0.30385805801001 |
| 791819 | 791819 | 276443 276443 | 166499 | 1 | 0.0903375411341033 |
| 791820 | 791820 | 276443 276443 | 226788 | 1 | 0.120450054845471 |
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)
);