consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 100846
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 298452 | 298452 | 100846 100846 | 75787 | 1 | 0.292522377496735 |
| 298453 | 298453 | 100846 100846 | 75983 | 2 | 0.16888787339173 |
| 298454 | 298454 | 100846 100846 | 124583 | 3 | 0.292522377496735 |
| 298455 | 298455 | 100846 100846 | 131752 | 5 | 0.221690506823405 |
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)
);