consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 20913
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 64390 | 64390 | 20913 20913 | 56919 | 3 | 0.382860350078563 |
| 64391 | 64391 | 20913 20913 | 146228 | 2 | 0.270723149788007 |
| 64392 | 64392 | 20913 20913 | 192186 | 3 | 0.303876461235812 |
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)
);