consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 294255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 850510 | 850510 | 294255 294255 | 79197 | 7 | 0.372670807453416 |
| 850511 | 850511 | 294255 294255 | 115650 | 2 | 0.186335403726708 |
| 850512 | 850512 | 294255 294255 | 213816 | 1 | 0.124223602484472 |
| 850513 | 850513 | 294255 294255 | 242092 | 1 | 0.0745341614906832 |
| 850514 | 850514 | 294255 294255 | 242288 | 2 | 0.093167701863354 |
| 850515 | 850515 | 294255 294255 | 243116 | 1 | 0.124223602484472 |
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)
);