consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 243040
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 680213 | 680213 | 243040 243040 | 8278 | 7 | 0.345929298496696 |
| 680214 | 680214 | 243040 243040 | 9750 | 1 | 0.172964649248348 |
| 680215 | 680215 | 243040 243040 | 124311 | 5 | 0.262165384286382 |
| 680216 | 680216 | 243040 243040 | 190167 | 2 | 0.0998611868038231 |
| 680217 | 680217 | 243040 243040 | 212263 | 2 | 0.0998611868038231 |
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)
);