consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 309934
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 568992 | 568992 | 223170 223170 | 309934 | 1 | 0.0204006197582433 |
| 694479 | 694479 | 247693 247693 | 309934 | 1 | 0.0223088791375955 |
| 962230 | 962230 | 346390 346390 | 309934 | 1 | 0.0235109522986702 |
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)
);