consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 91510
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 269899 | 269899 | 91510 91510 | 16723 | 1 | 0.0962153840241744 |
| 269900 | 269900 | 91510 91510 | 31324 | 3 | 0.211797465514855 |
| 269901 | 269901 | 91510 91510 | 116095 | 2 | 0.272138201991846 |
| 269902 | 269902 | 91510 91510 | 230270 | 4 | 0.384861536096698 |
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)
);