consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 118630
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 350991 | 350991 | 118630 118630 | 30639 | 1 | 0.324699052492048 |
| 350992 | 350992 | 118630 118630 | 131378 | 4 | 0.132557833095115 |
| 350993 | 350993 | 118630 118630 | 250073 | 3 | 0.324699052492048 |
| 350994 | 350994 | 118630 118630 | 272620 | 4 | 0.193067211729093 |
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)
);