Skip to content

Releases: data-intuitive/LuciusAPI

v3.3.4

22 May 18:51
Compare
Choose a tag to compare
Filter in line with redesign in LuciusCore v3.3.4

v3.3.3

19 Apr 14:39
Compare
Choose a tag to compare
  • Improved filtering
  • Improved statistics
  • Various other improvements

Please note: LuciusWeb v3.10.0 or higher is required!

v3.3.2

11 Apr 12:24
Compare
Choose a tag to compare
  • Add functionality to configure gene features mapping during initialisation
  • Update with new DbRow model
  • Re-add significant genes feature

Reworked with new LuciusCore API for genes and signatures

13 Mar 19:10
Compare
Choose a tag to compare
v3.1.0

Move path config to shell variable

Correlations

11 Apr 08:46
Compare
Choose a tag to compare

Support is added for calculation (binned/tiled) correlations between Zhang scored vectors.

New Filter

01 Aug 11:11
Compare
Choose a tag to compare

In line with an update on the interface, we introduce a new filtering API:

  • No filter(s) means all records are returned
  • If one more filters should be applied (matched), us the following syntax
{
  version : v2,
  head : 10,
  query : HSPA1A DNAJB1 BAG3 P4HA2 HSPA8 TMEM97 SPR DDIT4 HMOX1 -TSEN2,
  filter : {
  	concentration : ["10", "1"],
  	protocol : "MCF7",
  	type: ["poscon"]
  }
}

Parquet support

14 Nov 12:46
Compare
Choose a tag to compare

In LuciusCore 3, we finally moved away from ObjectFile format to store intermediate data representations, and moved to Parquet instead. This version of the API is the first to use this.

This versions requires LuciusCore v3.0.0 or higher.

v1.8.0

16 Aug 07:50
Compare
Choose a tag to compare

Changes:

  1. New endpoints related to target worfklow
  • targets endpoint for resolution of known targets from the data
  • targetToCompounds to retrieve compounds based on a target query
  1. Renaming of some endpoints for consistency
  • Renamed samples to CompoundToSamplesto retrieve samples based on a compound query

This version uses LuciusCore version 2.2.0.

v1.7.0

28 Jun 08:32
Compare
Choose a tag to compare

This version uses LuciusCore 2.2.0 which includes bug fixes and more tests for signature generation and stuff. Generating a gene signature from a compound uses this core library again, so the compound workflow should now be correct.