consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66593
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 186978 | 186978 | 66593 66593 | 3730 | 13 | 0.345762711864407 |
| 186979 | 186979 | 66593 66593 | 21114 | 1 | 0.345762711864407 |
| 186980 | 186980 | 66593 66593 | 43095 | 1 | 0.115254237288136 |
| 186981 | 186981 | 66593 66593 | 183098 | 1 | 0.172881355932203 |
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)
);