consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 68374
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192369 | 192369 | 68374 68374 | 39387 | 52 | 0.272688719634478 |
| 192370 | 192370 | 68374 68374 | 52201 | 2 | 0.136344359817239 |
| 192371 | 192371 | 68374 68374 | 73297 | 1 | 0.272688719634478 |
| 192372 | 192372 | 68374 68374 | 91920 | 1 | 0.0908962398781594 |
| 192373 | 192373 | 68374 68374 | 183503 | 1 | 0.038955531376354 |
| 192374 | 192374 | 68374 68374 | 198594 | 1 | 0.0454481199390797 |
| 192375 | 192375 | 68374 68374 | 200742 | 1 | 0.0681721799086195 |
| 192376 | 192376 | 68374 68374 | 214958 | 2 | 0.0704079246561971 |
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)
);