home / zeropm-v0-0-4

consensus_index

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

8 rows where inventory_id = 255713

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
723484 723484 255713 255713 27307 12 0.328006025553236
723485 723485 255713 255713 114956 1 0.109335341851079
723486 723486 255713 255713 126833 2 0.133907899193955
723487 723487 255713 255713 138846 1 0.0546676709255394
723488 723488 255713 255713 139074 1 0.0468580036504623
723489 723489 255713 255713 148795 1 0.0820015063883091
723490 723490 255713 255713 160254 1 0.164003012776618
723491 723491 255713 255713 169902 1 0.0656012051106473
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 1978.542ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website