home / zeropm-v0-0-4

consensus_index

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

5 rows where inventory_id = 73302

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
206804 206804 73302 73302 59777 2 0.162416414596717
206805 206805 73302 73302 67789 8 0.397837341614278
206806 206806 73302 73302 152597 1 0.0994593354035695
206807 206807 73302 73302 176174 1 0.198918670807139
206808 206808 73302 73302 232410 2 0.114845748137344
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 1471.944ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website