consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 292566
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 844585 | 844585 | 292566 292566 | 864 | 2 | 0.271509686161382 |
| 844586 | 844586 | 292566 292566 | 110450 | 3 | 0.266231787056971 |
| 844587 | 844587 | 292566 292566 | 133505 | 5 | 0.334267633286617 |
| 844588 | 844588 | 292566 292566 | 220639 | 1 | 0.0959931701212724 |
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)
);