consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 280570
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 805195 | 805195 | 280570 280570 | 46373 | 7 | 0.519685039370079 |
| 805196 | 805196 | 280570 280570 | 164677 | 2 | 0.259842519685039 |
| 805197 | 805197 | 280570 280570 | 166373 | 1 | 0.173228346456693 |
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)
);