consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 259717
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 736383 | 736383 | 259717 259717 | 26747 | 12 | 0.459228747910789 |
| 736384 | 736384 | 259717 259717 | 45183 | 1 | 0.153076249303596 |
| 736385 | 736385 | 259717 259717 | 188231 | 2 | 0.229614373955394 |
| 736386 | 736386 | 259717 259717 | 270930 | 2 | 0.132567920612954 |
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)
);