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

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
1000866 1000866 358400 358400 5039 1 0.198300283286119
1000867 1000867 358400 358400 5513 8 0.396600566572238
1000868 1000868 358400 358400 12866 1 0.0793201133144476
1000869 1000869 358400 358400 87499 1 0.132200188857413
1000870 1000870 358400 358400 167921 1 0.0991501416430595
1000871 1000871 358400 358400 189781 1 0.0661000944287063
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 1270.716ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website