consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 36656
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 103950 | 103950 | 36656 36656 | 4765 | 1 | 0.103413729663931 |
| 103951 | 103951 | 36656 36656 | 76685 | 2 | 0.292498198052631 |
| 103952 | 103952 | 36656 36656 | 147347 | 3 | 0.328318126512957 |
| 103953 | 103953 | 36656 36656 | 275464 | 1 | 0.137884972885241 |
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)
);