consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 291861
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 841943 | 841943 | 291861 291861 | 75368 | 3 | 0.247395525108678 |
| 841944 | 841944 | 291861 291861 | 118596 | 5 | 0.408537809396066 |
| 841945 | 841945 | 291861 291861 | 125071 | 5 | 0.296099896093703 |
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)
);