consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 63568
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 178383 | 178383 | 63568 63568 | 986 | 1 | 0.135971538498493 |
| 178384 | 178384 | 63568 63568 | 1097 | 4 | 0.343013937899745 |
| 178385 | 178385 | 63568 63568 | 117387 | 10 | 0.380597793987332 |
| 178386 | 178386 | 63568 63568 | 296717 | 2 | 0.117754806531348 |
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)
);