Skip to content

Releases: BirolLab/AMPlify

v2.0.1

Choose a tag to compare

@berkeucar berkeucar released this 07 Feb 07:44
3a07713

Changes with the release of v2.0.1:

  • The use of the asterisk (*) character to denote a stop codon in input peptide sequences used for training and/or evaluating is supported in this release. Users are welcomed to use them as an indications for peptides that are not truncated. However, AMPlify would remove the asterisks if they are at the end of the sequences and not consider them during deep learning processes.

v2.0.0

Choose a tag to compare

@mark0428 mark0428 released this 02 Feb 23:53
  • Additional scripts and data for the AMP mining workflow that has been utilized to mine novel AMPs from the UniProtKB/Swiss-Prot database have been provided in the auxiliary folder.

v1.1.0

Choose a tag to compare

@mark0428 mark0428 released this 29 Aug 04:32
  • Besides the original model (balanced model) in v1.0, an additional model (imbalanced model) is provided in this version.
  • Add imbalanced training and test sets.
  • New option -sample_ratio in the training module enables users to train their models in balanced or imbalanced settings.
  • Remove option -md in the prediction module.
  • Update the function of option -m in the prediction module; users can specify which model (balanced/imbalanced) to choose for prediction.
  • New option -sub enables users to see predictions from sub-models.

v1.0.3

Choose a tag to compare

@mark0428 mark0428 released this 02 Feb 23:59
  • Add the log scaled AMPlify score to the output, calculated as -10*log10(1-Probability_score).
  • Add length and charge information to the output.

v1.0.2

Choose a tag to compare

@mark0428 mark0428 released this 30 Nov 06:18
  • Users won't have to filter invalid sequences on their own before running the model anymore.
  • Results for all invalid sequences will be filled with 'NA'.

v1.0.1

Choose a tag to compare

@mark0428 mark0428 released this 27 Sep 00:36
  • New option -att enables users to make their own choice whether to show attention scores.
  • -of option now supports txt or tsv as the output format (the default format has been set to be tsv).
  • Now users do not have to specify the model directory with -md if using the pre-trained models.
  • Additional scripts and data for the AMP discovery pipeline that has been utilized to mine novel AMPs from the bullfrog genome have been provided in the auxiliary folder.

v1.0.0

Choose a tag to compare

@mark0428 mark0428 released this 08 Apr 18:54

Initial release

For details, please refer to the README.md.