home / zeropm-v0-0-4

consensus_index

Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website

7 rows where inventory_id = 266341

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
758757 758757 266341 266341 5909 1 0.102627079425547
758758 758758 266341 266341 95200 3 0.205254158851094
758759 758759 266341 266341 117773 1 0.0513135397127736
758760 758760 266341 266341 149220 1 0.205254158851094
758761 758761 266341 266341 150139 2 0.0684180529503647
758762 758762 266341 266341 199804 1 0.102627079425547
758763 758763 266341 266341 201238 1 0.205254158851094
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)
);
Powered by Datasette · Queries took 472.52ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website