consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 206266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 513845 | 513845 | 206266 206266 | 10048 | 1 | 0.146341463414634 |
| 513846 | 513846 | 206266 206266 | 50418 | 1 | 0.0975609756097561 |
| 513847 | 513847 | 206266 206266 | 76388 | 6 | 0.292682926829268 |
| 513848 | 513848 | 206266 206266 | 123789 | 2 | 0.292682926829268 |
| 513849 | 513849 | 206266 206266 | 173325 | 1 | 0.146341463414634 |
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)
);