consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 201255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 502898 | 502898 | 201255 201255 | 230 | 4 | 0.307419242568002 |
| 502899 | 502899 | 201255 201255 | 4661 | 1 | 0.073117030110123 |
| 502900 | 502900 | 201255 201255 | 14399 | 1 | 0.121861716850205 |
| 502901 | 502901 | 201255 201255 | 72962 | 1 | 0.0913962876376537 |
| 502902 | 502902 | 201255 201255 | 149286 | 1 | 0.365585150550615 |
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)
);