consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 60080
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 168464 | 168464 | 60080 60080 | 378 | 4 | 0.253988722106312 |
| 168465 | 168465 | 60080 60080 | 101842 | 7 | 0.307742715230665 |
| 168466 | 168466 | 60080 60080 | 203338 | 3 | 0.31550693792621 |
| 168467 | 168467 | 60080 60080 | 223500 | 2 | 0.0993784581202769 |
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)
);