consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 113097
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 335511 | 335511 | 113097 113097 | 3171 | 1 | 0.127854884419038 |
| 335512 | 335512 | 113097 113097 | 28965 | 1 | 0.255709768838076 |
| 335513 | 335513 | 113097 113097 | 90227 | 1 | 0.127854884419038 |
| 335514 | 335514 | 113097 113097 | 90237 | 1 | 0.085236589612692 |
| 335515 | 335515 | 113097 113097 | 224262 | 1 | 0.255709768838076 |
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)
);