consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 293731
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 849080 | 849080 | 293731 293731 | 75368 | 1 | 0.392275353194143 |
| 849081 | 849081 | 293731 293731 | 125071 | 4 | 0.329862938293339 |
| 849082 | 849082 | 293731 293731 | 270658 | 1 | 0.130758451064714 |
| 849083 | 849083 | 293731 293731 | 296653 | 1 | 0.0980688382985357 |
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)
);