consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 201686
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 504121 | 504121 | 201686 201686 | 51329 | 1 | 0.121669219941301 |
| 504122 | 504122 | 201686 201686 | 51783 | 1 | 0.243338439882603 |
| 504123 | 504123 | 201686 201686 | 59095 | 7 | 0.415987744281754 |
| 504124 | 504124 | 201686 201686 | 124084 | 1 | 0.097335375953041 |
| 504125 | 504125 | 201686 201686 | 207787 | 1 | 0.0811128132942009 |
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)
);