consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 102949
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 304433 | 304433 | 102949 102949 | 5784 | 1 | 0.109385610207622 |
| 304434 | 304434 | 102949 102949 | 5786 | 6 | 0.437542440830488 |
| 304435 | 304435 | 102949 102949 | 6752 | 3 | 0.240788884654342 |
| 304436 | 304436 | 102949 102949 | 190954 | 2 | 0.178625953474433 |
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)
);