consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 132833
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 386867 | 386867 | 132833 132833 | 106779 | 2 | 0.269499937871963 |
| 386868 | 386868 | 132833 132833 | 230615 | 3 | 0.381130467197237 |
| 386869 | 386869 | 132833 132833 | 245933 | 1 | 0.127043489065746 |
| 386870 | 386870 | 132833 132833 | 273326 | 1 | 0.0952826167993092 |
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)
);