consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 255677
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 723358 | 723358 | 255677 255677 | 21755 | 1 | 0.143109022652066 |
| 723359 | 723359 | 255677 255677 | 67959 | 12 | 0.340757119656045 |
| 723360 | 723360 | 255677 255677 | 253201 | 2 | 0.214663533978098 |
| 723361 | 723361 | 255677 255677 | 275985 | 1 | 0.143109022652066 |
| 723362 | 723362 | 255677 255677 | 323489 | 2 | 0.135765139590347 |
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)
);