consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 15846
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 51066 | 51066 | 15846 15846 | 10504 | 10 | 0.453983866444853 |
| 51067 | 51067 | 15846 15846 | 168779 | 1 | 0.116409531011757 |
| 51068 | 51068 | 15846 15846 | 228128 | 1 | 0.291023827529393 |
| 51069 | 51069 | 15846 15846 | 292514 | 1 | 0.0970079425097976 |
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)
);