consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 279294
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 800630 | 800630 | 279294 279294 | 42729 | 1 | 0.17297741382261 |
| 800631 | 800631 | 279294 279294 | 42730 | 6 | 0.411876793003125 |
| 800632 | 800632 | 279294 279294 | 51337 | 1 | 0.259466120733915 |
| 800633 | 800633 | 279294 279294 | 238445 | 1 | 0.103786448293566 |
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)
);