home / zeropm-v0-0-4

consensus_index

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

7 rows where inventory_id = 15139

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
49272 49272 15139 15139 5421 1 0.0547491637007168
49273 49273 15139 15139 5916 3 0.171723366299156
49274 49274 15139 15139 100950 5 0.328494982204301
49275 49275 15139 15139 253377 1 0.109498327401434
49276 49276 15139 15139 258959 1 0.0821237455510752
49277 49277 15139 15139 276743 1 0.16424749110215
49278 49278 15139 15139 332777 1 0.0656989964408601
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 771.851ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website