consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 513444
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1687761 | 1687761 | 513444 513444 | 58416 | 2 | 0.336637932495045 |
| 1687762 | 1687762 | 513444 513444 | 135199 | 2 | 0.336637932495045 |
| 1687763 | 1687763 | 513444 513444 | 146168 | 5 | 0.293060341760404 |
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)
);