consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 316629
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 900123 | 900123 | 316629 316629 | 90488 | 3 | 0.336 |
| 900124 | 900124 | 316629 316629 | 115795 | 1 | 0.336 |
| 900125 | 900125 | 316629 316629 | 163650 | 1 | 0.168 |
| 900126 | 900126 | 316629 316629 | 196766 | 1 | 0.112 |
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)
);