consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66777
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 187510 | 187510 | 66777 66777 | 62670 | 1 | 0.174457630187009 |
| 187511 | 187511 | 66777 66777 | 96073 | 2 | 0.201446319501308 |
| 187512 | 187512 | 66777 66777 | 145239 | 6 | 0.348915260374019 |
| 187513 | 187513 | 66777 66777 | 147017 | 1 | 0.174457630187009 |
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)
);