consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100383
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 296738 | 296738 | 100383 100383 | 804 | 3 | 0.105311438310228 |
| 296739 | 296739 | 100383 100383 | 46469 | 1 | 0.374581549811868 |
| 296740 | 296740 | 100383 100383 | 73953 | 3 | 0.129860170362896 |
| 296741 | 296741 | 100383 100383 | 74423 | 8 | 0.274567245249577 |
| 296742 | 296742 | 100383 100383 | 272733 | 1 | 0.0936453874529671 |
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)
);