consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 206014
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 143512 | 143512 | 51156 51156 | 206014 | 1 | 0.155660377358491 |
| 235651 | 235651 | 80359 80359 | 206014 | 1 | 0.182242990654206 |
| 436988 | 436988 | 156706 156706 | 206014 | 1 | 0.182242990654206 |
| 803119 | 803119 | 280044 280044 | 206014 | 1 | 0.182242990654206 |
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)
);