consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 266275
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758463 | 758463 | 266275 266275 | 8247 | 1 | 0.300307610203105 |
| 758464 | 758464 | 266275 266275 | 92901 | 3 | 0.238354308175232 |
| 758465 | 758465 | 266275 266275 | 146398 | 1 | 0.0750769025507761 |
| 758466 | 758466 | 266275 266275 | 160196 | 3 | 0.208221667307618 |
| 758467 | 758467 | 266275 266275 | 251310 | 1 | 0.0600615220406209 |
| 758468 | 758468 | 266275 266275 | 270547 | 1 | 0.0429010871718721 |
| 758469 | 758469 | 266275 266275 | 276739 | 1 | 0.0500512683671841 |
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)
);