consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 164313
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 457199 | 457199 | 164313 164313 | 58150 | 2 | 0.258707689796583 |
| 457200 | 457200 | 164313 164313 | 108416 | 6 | 0.430843082447518 |
| 457201 | 457201 | 164313 164313 | 195032 | 1 | 0.258707689796583 |
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)
);