consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 255048
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 721608 | 721608 | 255048 255048 | 64332 | 6 | 0.264773589373044 |
| 721609 | 721609 | 255048 255048 | 94477 | 2 | 0.33359381870732 |
| 721610 | 721610 | 255048 255048 | 188581 | 3 | 0.264773589373044 |
| 721611 | 721611 | 255048 255048 | 275981 | 1 | 0.111197939569107 |
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)
);