consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100261
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 296370 | 296370 | 100261 100261 | 73915 | 4 | 0.311243591435911 |
| 296371 | 296371 | 100261 100261 | 94408 | 1 | 0.311243591435911 |
| 296372 | 296372 | 100261 100261 | 119171 | 1 | 0.10374786381197 |
| 296373 | 296373 | 100261 100261 | 195570 | 2 | 0.155621795717955 |
| 296374 | 296374 | 100261 100261 | 267356 | 2 | 0.0898482856495344 |
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)
);