consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 278748
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 799041 | 799041 | 278748 278748 | 40785 | 2 | 0.291685652026293 |
| 799042 | 799042 | 278748 278748 | 97386 | 4 | 0.424832951951552 |
| 799043 | 799043 | 278748 278748 | 228884 | 1 | 0.101042873829679 |
| 799044 | 799044 | 278748 278748 | 296533 | 1 | 0.126303592287099 |
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)
);