consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 203363
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 508341 | 508341 | 203363 203363 | 68819 | 2 | 0.185279454446366 |
| 508342 | 508342 | 203363 203363 | 99533 | 5 | 0.229868063685227 |
| 508343 | 508343 | 203363 203363 | 252000 | 2 | 0.226920061607419 |
| 508344 | 508344 | 203363 203363 | 326598 | 1 | 0.226920061607419 |
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)
);