consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 36639
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 103905 | 103905 | 36639 36639 | 3698 | 2 | 0.218313310383688 |
| 103906 | 103906 | 36639 36639 | 11425 | 3 | 0.294287686027717 |
| 103907 | 103907 | 36639 36639 | 114898 | 10 | 0.324001271380908 |
| 103908 | 103908 | 36639 36639 | 248323 | 2 | 0.133689053624471 |
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)
);