consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 338629
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 945383 | 945383 | 338629 338629 | 8278 | 2 | 0.378215755093999 |
| 945384 | 945384 | 338629 338629 | 124311 | 2 | 0.267438925178557 |
| 945385 | 945385 | 338629 338629 | 190167 | 1 | 0.0945539387734997 |
| 945386 | 945386 | 338629 338629 | 212263 | 1 | 0.126071918364666 |
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)
);