consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 240590
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 672489 | 672489 | 240590 240590 | 2764 | 15 | 0.503697054606048 |
| 672490 | 672490 | 240590 240590 | 276363 | 1 | 0.201986722430632 |
| 672491 | 672491 | 240590 240590 | 277536 | 1 | 0.121192033458379 |
| 672492 | 672492 | 240590 240590 | 294725 | 2 | 0.142826181140345 |
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)
);