consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 239779
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 669429 | 669429 | 239779 239779 | 446 | 3 | 0.249000140016226 |
| 669430 | 669430 | 239779 239779 | 106400 | 9 | 0.395263084201986 |
| 669431 | 669431 | 239779 239779 | 228962 | 1 | 0.131754361400662 |
| 669432 | 669432 | 239779 239779 | 238373 | 1 | 0.197631542100993 |
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)
);