consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 313518
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 893493 | 893493 | 313518 313518 | 10083 | 2 | 0.137478343419553 |
| 893494 | 893494 | 313518 313518 | 62727 | 1 | 0.0952477902972273 |
| 893495 | 893495 | 313518 313518 | 90213 | 4 | 0.476238951486136 |
| 893496 | 893496 | 313518 313518 | 154733 | 1 | 0.238119475743068 |
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)
);