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 = 384255

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1123855 1123855 384255 384255 5577 1 0.154844611594534
1123856 1123856 384255 384255 8250 1 0.0619378446378135
1123857 1123857 384255 384255 9307 1 0.0774223057972668
1123858 1123858 384255 384255 73605 8 0.309689223189067
1123859 1123859 384255 384255 136449 2 0.109491674888692
1123860 1123860 384255 384255 210612 1 0.103229741063022
1123861 1123861 384255 384255 210792 1 0.103229741063022
1123862 1123862 384255 384255 253772 1 0.0619378446378135
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 636.105ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website