consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 239773
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 669390 | 669390 | 239773 239773 | 440 | 2 | 0.388008902498414 |
| 669391 | 669391 | 239773 239773 | 133506 | 8 | 0.355805732390453 |
| 669392 | 669392 | 239773 239773 | 281908 | 1 | 0.129336300832805 |
| 669393 | 669393 | 239773 239773 | 296300 | 1 | 0.0970022256246036 |
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)
);