consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 256978
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 727974 | 727974 | 256978 256978 | 63043 | 1 | 0.0989345509893455 |
| 727975 | 727975 | 256978 256978 | 75305 | 7 | 0.395738203957382 |
| 727976 | 727976 | 256978 256978 | 197473 | 1 | 0.0791476407914764 |
| 727977 | 727977 | 256978 256978 | 213176 | 1 | 0.197869101978691 |
| 727978 | 727978 | 256978 256978 | 216681 | 1 | 0.0659563673262303 |
| 727979 | 727979 | 256978 256978 | 245522 | 1 | 0.131912734652461 |
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)
);