neutcurve package¶

neutcurve¶

Fit and draw neutralization curves.

Importing this package imports the following main functions and classes into the package namespace:

  • neutcurve.curvefits.CurveFits: class to fit curves to data, then access and plot results.

  • neutcurve.hillcurve.HillCurve: class to fit a single Hill curve.

Submodules¶

  • colorschemes
  • CBBPALETTE
  • CBMARKERS
  • CBPALETTE
  • curvefits
  • CurveFits
    • CurveFits.combineCurveFits()
    • CurveFits.fitParams()
    • CurveFits.getCurve()
    • CurveFits.plotAverages()
    • CurveFits.plotGrid()
    • CurveFits.plotReplicates()
    • CurveFits.plotSera()
    • CurveFits.plotViruses()
  • hillcurve
  • HillCurve
    • HillCurve.dataframe()
    • HillCurve.evaluate()
    • HillCurve.fracinfectivity()
    • HillCurve.ic50()
    • HillCurve.ic50_bound()
    • HillCurve.ic50_stdev()
    • HillCurve.ic50_str()
    • HillCurve.icXX()
    • HillCurve.icXX_bound()
    • HillCurve.icXX_str()
    • HillCurve.plot()
  • HillCurveFittingError
  • concentrationRange()
  • parse_excel
  • parseRachelStyle2019()

Logo

neutcurve

Fit and plot neutralization curves

Navigation

  • neutcurve documentation
  • Installation
  • Hill-curve neutralization
  • Fitting curves to real data
  • Constrain fit parameters to a range of reasonable values
  • Combining CurveFits objects
  • Test curve fitting on some real data
  • neutcurve package
    • neutcurve
    • Submodules
  • package index
  • Acknowledgements

Related Topics

  • Documentation overview
    • Previous: Test curve fitting on some real data
    • Next: colorschemes

Quick search

©2019--2024, Bloom lab. | Powered by Sphinx 8.0.2 & Alabaster 1.0.0 | Page source
Fork me on GitHub