consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 35450
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 194151 | 194151 | 68951 68951 | 35450 | 7 | 0.405588104046048 |
| 347326 | 347326 | 117291 117291 | 35450 | 7 | 0.405588104046048 |
| 679118 | 679118 | 242766 242766 | 35450 | 1 | 0.0240678554867737 |
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)
);