consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 102871
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 304185 | 304185 | 102871 102871 | 5303 | 1 | 0.157894736842105 |
| 304186 | 304186 | 102871 102871 | 5699 | 2 | 0.315789473684211 |
| 304187 | 304187 | 102871 102871 | 109706 | 6 | 0.315789473684211 |
| 304188 | 304188 | 102871 102871 | 184447 | 1 | 0.105263157894737 |
| 304189 | 304189 | 102871 102871 | 333305 | 1 | 0.0789473684210526 |
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)
);