consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 334090
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 935846 | 935846 | 334090 334090 | 12063 | 1 | 0.168 |
| 935847 | 935847 | 334090 334090 | 25003 | 1 | 0.336 |
| 935848 | 935848 | 334090 334090 | 119361 | 3 | 0.336 |
| 935849 | 935849 | 334090 334090 | 200155 | 1 | 0.112 |
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)
);