consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 289155
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 833126 | 833126 | 289155 289155 | 67932 | 3 | 0.336 |
| 833127 | 833127 | 289155 289155 | 128946 | 1 | 0.336 |
| 833128 | 833128 | 289155 289155 | 199235 | 1 | 0.168 |
| 833129 | 833129 | 289155 289155 | 211888 | 1 | 0.112 |
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)
);