consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100484
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 297076 | 297076 | 100484 100484 | 771 | 1 | 0.224617769417053 |
| 297077 | 297077 | 100484 100484 | 125489 | 1 | 0.224617769417053 |
| 297078 | 297078 | 100484 100484 | 128617 | 1 | 0.112308884708527 |
| 297079 | 297079 | 100484 100484 | 129506 | 4 | 0.188880277105086 |
| 297080 | 297080 | 100484 100484 | 138986 | 1 | 0.224617769417053 |
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)
);