home / zeropm-v0-0-4

consensus_index

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

14 rows where inventory_id = 241459

✎ View and edit SQL

Download this data as a CSV Spreadsheet (All Rows)

Link rowid ▼ inventory_id inchi_id consensus_score consensus_count
675374 675374 241459 241459 4370 3 0.109343045742926
675375 675375 241459 241459 92326 6 0.18272308847525
675376 675376 241459 241459 128324 3 0.209165721820951
675377 675377 241459 241459 248614 1 0.032941536979834
675378 675378 241459 241459 248930 1 0.0527064591677343
675379 675379 241459 241459 259587 2 0.0445450882172855
675380 675380 241459 241459 264787 1 0.0202717150645132
675381 675381 241459 241459 274614 1 0.0263532295838672
675382 675382 241459 241459 289350 1 0.0439220493064453
675383 675383 241459 241459 291463 4 0.119064155267863
675384 675384 241459 241459 292764 2 0.0658830739596679
675385 675385 241459 241459 309451 1 0.0239574814398792
675386 675386 241459 241459 310068 2 0.0310575789081974
675387 675387 241459 241459 320993 1 0.0292813662042968
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 2761.916ms · Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website