consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
9 rows where inventory_id = 257090
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 728380 | 728380 | 257090 257090 | 75435 | 8 | 0.348418917363948 |
| 728381 | 728381 | 257090 257090 | 171213 | 3 | 0.152185979876858 |
| 728382 | 728382 | 257090 257090 | 195604 | 2 | 0.100579877865417 |
| 728383 | 728383 | 257090 257090 | 198331 | 1 | 0.058069819560658 |
| 728384 | 728384 | 257090 257090 | 208530 | 2 | 0.123184689580862 |
| 728385 | 728385 | 257090 257090 | 208531 | 2 | 0.0696837834727896 |
| 728386 | 728386 | 257090 257090 | 291896 | 1 | 0.0497741310519926 |
| 728387 | 728387 | 257090 257090 | 310261 | 1 | 0.0435523646704935 |
| 728388 | 728388 | 257090 257090 | 326635 | 1 | 0.0387132130404387 |
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)
);