consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 155077
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 430798 | 430798 | 155077 155077 | 3287 | 6 | 0.292682926829268 |
| 430799 | 430799 | 155077 155077 | 3288 | 1 | 0.0975609756097561 |
| 430800 | 430800 | 155077 155077 | 97159 | 2 | 0.292682926829268 |
| 430801 | 430801 | 155077 155077 | 106102 | 1 | 0.146341463414634 |
| 430802 | 430802 | 155077 155077 | 178296 | 1 | 0.146341463414634 |
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)
);