consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 210239
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 529574 | 529574 | 210239 210239 | 3679 | 2 | 0.174096472749579 |
| 529575 | 529575 | 210239 210239 | 14664 | 3 | 0.295682198860998 |
| 529576 | 529576 | 210239 210239 | 143199 | 3 | 0.338471624305671 |
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)
);