Recent Releases of https://github.com/alondmnt/codon-bias

https://github.com/alondmnt/codon-bias - v0.3.2

What's Changed

  • tAI fixes/improvements by @moritzburghardt in https://github.com/alondmnt/codon-bias/pull/3
    • new: optimizesvalues method
    • new: allow custom s_values
    • fixed: handle invalid literal for int in gtrnadb table
    • fixed: CERTIFICATEVERIFYFAILED error on GtRNAdb

New Contributors

  • @moritzburghardt made their first contribution in https://github.com/alondmnt/codon-bias/pull/3

Full Changelog: https://github.com/alondmnt/codon-bias/compare/v0.3.1...v0.3.2

- Python
Published by alondmnt over 1 year ago

https://github.com/alondmnt/codon-bias - v0.3.1

Full Changelog: https://github.com/alondmnt/codon-bias/compare/0.3.0...v0.3.1

- Python
Published by alondmnt almost 3 years ago

https://github.com/alondmnt/codon-bias - v0.3.0

  • new:
    • new module: optimizers with the classes MaxWeight, MinWeight, and BalancedWeight
    • new module: random with the classes Permuter, IntraSeqPermuter and IntraPosPermuter
    • added utils.ReferenceSelector
  • changed:
    • utils.translate returns a dataframe by default
  • fixed:
    • avoid numpy deprecation warning in VectorScore's get_vector function

Full Changelog: https://github.com/alondmnt/codon-bias/compare/0.2.0...0.3.0

- Python
Published by alondmnt over 3 years ago

https://github.com/alondmnt/codon-bias - v0.2.0

  • new:
    • added scores.NormalizedTranslationalEfficiency
    • added scores.CodonPairBias
    • added stats.BaseCounter for nucleotide and k-mer statistics across reading frames
    • added k_mer parameter to:
      • stats.CodonCounter
      • scores.CodonAdaptationIndex
      • scores.EffectiveNumberOfCodons
      • pairwise.CodonUsageFrequency
    • added abstract class scores.WeightScore that computes a weight vector for each input sequence, with the following children:
      • scores.CodonPairBias
      • scores.EffectiveNumberOfCodons
      • scores.RelativeSynonymousCodonUsage
      • scores.RelativeCodonBiasScore
  • improved:
    • various improvements to scores.EffectiveNumberOfCodons
      • background correction
      • improved estimation
    • added count() method to counter classes
    • added pseudocount parameter to models

Full Changelog: https://github.com/alondmnt/codon-bias/compare/0.1.0...0.2.0

- Python
Published by alondmnt over 3 years ago

https://github.com/alondmnt/codon-bias - v0.1.0

First release.

  • stats.CodonCounter
  • scores.FrequencyOfOptimalCodons (FOP)
  • scores.RelativeSynonymousCodonUsage (RSCU)
  • scores.CodonAdaptationIndex (CAI)
  • scores.EffectiveNumberOfCodons (ENC)
  • scores.TrnaAdaptationIndex (tAI)
  • scores.RelativeCodonBiasScore (RCBS + DCBS)
  • pairwise.CodonUsageFrequency (CUFS)

- Python
Published by alondmnt almost 4 years ago