consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 6387
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 305871 | 305871 | 103363 103363 | 6387 | 4 | 0.249675183818562 |
| 306200 | 306200 | 103473 103473 | 6387 | 1 | 0.372758972143822 |
| 587028 | 587028 | 229352 229352 | 6387 | 1 | 0.372758972143822 |
| 587440 | 587440 | 229492 229492 | 6387 | 4 | 0.249675183818562 |
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)
);