consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 277635
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 297515 | 297515 | 100591 100591 | 277635 | 4 | 0.011784584801155 |
| 727958 | 727958 | 256976 256976 | 277635 | 4 | 0.0117183365082499 |
| 1740141 | 1740141 | 532932 532932 | 277635 | 4 | 0.0109534268600339 |
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)
);