consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 119702
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 353737 | 353737 | 119702 119702 | 34711 | 4 | 0.371577869519826 |
| 353738 | 353738 | 119702 119702 | 152149 | 1 | 0.185788934759913 |
| 353739 | 353739 | 119702 119702 | 178515 | 1 | 0.123859289839942 |
| 353740 | 353740 | 119702 119702 | 282998 | 2 | 0.151696030005673 |
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)
);