consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 224630
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 320171 | 320171 | 107908 107908 | 224630 | 1 | 0.0395340048037192 |
| 868477 | 868477 | 299589 299589 | 224630 | 2 | 0.101811647362838 |
| 1747753 | 1747753 | 535318 535318 | 224630 | 2 | 0.0962080493276814 |
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)
);