consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 74277
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 213031 | 213031 | 74277 74277 | 35592 | 1 | 0.151889329159787 |
| 213032 | 213032 | 74277 74277 | 68386 | 10 | 0.487711509217766 |
| 213033 | 213033 | 74277 74277 | 137666 | 4 | 0.203149032609961 |
| 213034 | 213034 | 74277 74277 | 205714 | 1 | 0.12151146332783 |
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)
);