consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 197266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 139645 | 139645 | 49744 49744 | 197266 | 1 | 0.0962800875273523 |
| 235988 | 235988 | 80461 80461 | 197266 | 1 | 0.105263157894737 |
| 803666 | 803666 | 280187 280187 | 197266 | 1 | 0.105263157894737 |
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)
);