consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 465665
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1509099 | 1509099 | 465665 465665 | 10348 | 1 | 0.110911646083341 |
| 1509100 | 1509100 | 465665 465665 | 12184 | 5 | 0.289662587921859 |
| 1509101 | 1509101 | 465665 465665 | 55359 | 2 | 0.332734938250024 |
| 1509102 | 1509102 | 465665 465665 | 332712 | 1 | 0.166367469125012 |
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)
);