consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 160203
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 447094 | 447094 | 160203 160203 | 3314 | 1 | 0.128784964762364 |
| 447095 | 447095 | 160203 160203 | 18534 | 3 | 0.243388332021109 |
| 447096 | 447096 | 160203 160203 | 190546 | 2 | 0.386354894287093 |
| 447097 | 447097 | 160203 160203 | 228445 | 1 | 0.193177447143547 |
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)
);