consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 320949
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 212783 | 212783 | 74242 74242 | 320949 | 1 | 0.0428787950516436 |
| 424168 | 424168 | 153292 153292 | 320949 | 1 | 0.0428787950516436 |
| 723027 | 723027 | 255566 255566 | 320949 | 1 | 0.0324682858822656 |
| 964122 | 964122 | 347856 347856 | 320949 | 1 | 0.0446238844028899 |
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)
);