consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 257266
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 729008 | 729008 | 257266 257266 | 76071 | 2 | 0.292682926829268 |
| 729009 | 729009 | 257266 257266 | 117440 | 6 | 0.292682926829268 |
| 729010 | 729010 | 257266 257266 | 155006 | 1 | 0.146341463414634 |
| 729011 | 729011 | 257266 257266 | 260640 | 1 | 0.146341463414634 |
| 729012 | 729012 | 257266 257266 | 296643 | 1 | 0.0975609756097561 |
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)
);