Skip to content

Releases: Rappsilber-Laboratory/xiRT

1.2.41

26 Apr 14:35
Compare
Choose a tag to compare

Fixes the processing of linear peptides which is now possible again.

1.2.4

02 Mar 14:35
Compare
Choose a tag to compare

Minor bux fix release with doc improvements

  • fix plotting issue when only one dimension is used for prediction
  • add version parameter to main
  • add readme as output
  • remove pngs from output dir

xiRT 1.2.3

26 Feb 20:12
6b2f79b
Compare
Choose a tag to compare

Minor usabiility improvements and changes to the documentation.

  • only load tensorflow when executing any work
  • remove tensorflow-gpu dependencies
  • remove graphviz and pydot dependencies

xiRT v.1.2.2 - usability improvements

19 Feb 19:05
Compare
Choose a tag to compare

Minor Release update which improves the generation and documentation of the parameter files.

E.g. example parameter files are now available in the github repository and they can be generated by running:

xirt -s learning_params.yaml
xirt -p xirt_params.yaml

xiRT v. 1.1.1

29 Jan 20:04
Compare
Choose a tag to compare

New Release with a couple of minor improvements:

  • versioning is automated
  • readme and docs
  • example parrameters

Feature*

  • allows transfer-learning when the number of fractions is not equal to the training data

xiRT v. 1.0.5

22 Aug 12:11
Compare
Choose a tag to compare

Major bug fixes/enhancements in

  • ordinal regression encoding
  • adds qc functionality to the main function
  • enhances polynomial feature generation (only crosslinked peptide prediction errors are combined, as well as only peptide1/2 errors are combined) - for crosslink searches
  • fixed heatmap plotting
  • fixed 1-off error for softmax/sigmoid activation functions.

xiRT v. 1.0.33

03 Aug 18:35
8b52475
Compare
Choose a tag to compare

First official release.

Package is not yet fully representing all the options from the publication (work in progress).

This release of xiRT comes with the ability to:

  • use any combiation of activiation functions / chromatography experimental setup
  • use the convenient command line interface ximl to perform RT prediction for linear and crosslinked peptides
  • encode crosslinked peptide input in a highly configurable Siamese network structure

Dev Release

07 Jul 11:43
Compare
Choose a tag to compare
Dev Release Pre-release
Pre-release

First Release on Github.

This release is a pre-release for library use only. Console scripts are not yet functional.