consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 201465
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 503404 | 503404 | 201465 201465 | 48 | 5 | 0.292035398230089 |
| 503405 | 503405 | 201465 201465 | 28285 | 1 | 0.0973451327433628 |
| 503406 | 503406 | 201465 201465 | 97366 | 2 | 0.292035398230089 |
| 503407 | 503407 | 201465 201465 | 157165 | 1 | 0.146017699115044 |
| 503408 | 503408 | 201465 201465 | 194500 | 1 | 0.146017699115044 |
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)
);