consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inchi_id = 314653
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 20430 | 20430 | 5997 5997 | 314653 | 1 | 0.0290037891890568 |
| 89127 | 89127 | 31838 31838 | 314653 | 1 | 0.0290037891890568 |
| 167022 | 167022 | 59739 59739 | 314653 | 1 | 0.0290037891890568 |
| 709274 | 709274 | 251706 251706 | 314653 | 1 | 0.0290037891890568 |
| 807871 | 807871 | 281288 281288 | 314653 | 1 | 0.0290037891890568 |
| 1725584 | 1725584 | 528346 528346 | 314653 | 1 | 0.0290037891890568 |
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)
);