consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 276525
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 361716 | 361716 | 122845 122845 | 276525 | 1 | 0.0638038417124336 |
| 555781 | 555781 | 219042 219042 | 276525 | 1 | 0.0638038417124336 |
| 1683086 | 1683086 | 511642 511642 | 276525 | 1 | 0.0708879071795158 |
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)
);