consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 115362
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 341830 | 341830 | 115362 115362 | 21705 | 2 | 0.147164753490315 |
| 341831 | 341831 | 115362 115362 | 131993 | 1 | 0.329070392696343 |
| 341832 | 341832 | 115362 115362 | 188514 | 2 | 0.0822675981740858 |
| 341833 | 341833 | 115362 115362 | 210390 | 4 | 0.276714113584487 |
| 341834 | 341834 | 115362 115362 | 229501 | 8 | 0.146501453571639 |
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)
);