consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 260543
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 739383 | 739383 | 260543 260543 | 870 | 11 | 0.441458130670272 |
| 739384 | 739384 | 260543 260543 | 90746 | 1 | 0.142002170168575 |
| 739385 | 739385 | 260543 260543 | 216830 | 1 | 0.189336226891433 |
| 739386 | 739386 | 260543 260543 | 253807 | 1 | 0.189336226891433 |
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)
);