consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 51203
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 143607 | 143607 | 51203 51203 | 64503 | 1 | 0.30768717496303 |
| 143608 | 143608 | 51203 51203 | 66645 | 2 | 0.153843587481515 |
| 143609 | 143609 | 51203 51203 | 118854 | 1 | 0.30768717496303 |
| 143610 | 143610 | 51203 51203 | 145708 | 4 | 0.196594598707644 |
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)
);