consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 292255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 843479 | 843479 | 292255 292255 | 12878 | 3 | 0.29261414023194 |
| 843480 | 843480 | 292255 292255 | 133054 | 7 | 0.360724423541134 |
| 843481 | 843481 | 292255 292255 | 205852 | 1 | 0.105505654503847 |
| 843482 | 843482 | 292255 292255 | 228616 | 2 | 0.211011309007694 |
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)
);