consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 249197
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 699224 | 699224 | 249197 249197 | 34120 | 9 | 0.437985243721873 |
| 699225 | 699225 | 249197 249197 | 34121 | 2 | 0.255461252853694 |
| 699226 | 699226 | 249197 249197 | 56071 | 2 | 0.170307501902463 |
| 699227 | 699227 | 249197 249197 | 177864 | 1 | 0.102184501141478 |
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)
);