consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 342356
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 953656 | 953656 | 342356 342356 | 22088 | 3 | 0.410094663823082 |
| 953657 | 953657 | 342356 342356 | 108610 | 2 | 0.236768264551486 |
| 953658 | 953658 | 342356 342356 | 237922 | 1 | 0.102523665955771 |
| 953659 | 953659 | 342356 342356 | 253448 | 2 | 0.205047331911541 |
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)
);