consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 529802
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1730007 | 1730007 | 529802 529802 | 8358 | 2 | 0.221062705977965 |
| 1730008 | 1730008 | 529802 529802 | 93046 | 2 | 0.442125411955929 |
| 1730009 | 1730009 | 529802 529802 | 138345 | 2 | 0.180496943601639 |
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)
);