consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 211859
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 533931 | 533931 | 211859 211859 | 77963 | 1 | 0.134569550625838 |
| 533932 | 533932 | 211859 211859 | 84350 | 3 | 0.320423769339516 |
| 533933 | 533933 | 211859 211859 | 129072 | 4 | 0.403708651877515 |
| 533934 | 533934 | 211859 211859 | 284710 | 1 | 0.100927162969379 |
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)
);