home / zeropm-v0-0-4

consensus_index

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

6 rows where inventory_id = 434946

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1373509 1373509 434946 434946 3469 1 0.0661000944287063
1373510 1373510 434946 434946 28920 8 0.396600566572238
1373511 1373511 434946 434946 147750 1 0.132200188857413
1373512 1373512 434946 434946 170010 1 0.0991501416430595
1373513 1373513 434946 434946 171881 1 0.0793201133144476
1373514 1373514 434946 434946 227690 1 0.198300283286119
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 1131.94ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website