consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 53540
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 149008 | 149008 | 53540 53540 | 9387 | 2 | 0.262151882589533 |
| 149009 | 149009 | 53540 53540 | 120707 | 4 | 0.454060379944903 |
| 149010 | 149010 | 53540 53540 | 276537 | 1 | 0.227030189972451 |
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)
);