consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 102810
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 303998 | 303998 | 102810 102810 | 5636 | 1 | 0.33211660446765 |
| 303999 | 303999 | 102810 102810 | 115926 | 5 | 0.289124297099309 |
| 304000 | 304000 | 102810 102810 | 250470 | 1 | 0.11070553482255 |
| 304001 | 304001 | 102810 102810 | 260633 | 2 | 0.234841903163726 |
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)
);