consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100603
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 297566 | 297566 | 100603 100603 | 40591 | 2 | 0.106705605354638 |
| 297567 | 297567 | 100603 100603 | 54285 | 1 | 0.184819529926627 |
| 297568 | 297568 | 100603 100603 | 75335 | 6 | 0.369639059853253 |
| 297569 | 297569 | 100603 100603 | 203659 | 1 | 0.184819529926627 |
| 297570 | 297570 | 100603 100603 | 267073 | 1 | 0.123213019951084 |
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)
);