consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68616
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192994 | 192994 | 68616 68616 | 28678 | 1 | 0.105263157894737 |
| 192995 | 192995 | 68616 68616 | 29523 | 6 | 0.315789473684211 |
| 192996 | 192996 | 68616 68616 | 29524 | 1 | 0.157894736842105 |
| 192997 | 192997 | 68616 68616 | 130336 | 2 | 0.315789473684211 |
| 192998 | 192998 | 68616 68616 | 243811 | 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)
);