consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 289517
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 834182 | 834182 | 289517 289517 | 68786 | 4 | 0.403451271619557 |
| 834183 | 834183 | 289517 289517 | 185563 | 1 | 0.119946780691718 |
| 834184 | 834184 | 289517 289517 | 217350 | 3 | 0.332665810858663 |
| 834185 | 834185 | 289517 289517 | 308272 | 1 | 0.0959574245533745 |
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)
);