-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/batch correction updates (#89)
* fix for 'nonposy' deprecation in ax.set_xscale/set_yscale (#65) * fix for 'nonposy' deprecation in ax.set_xscale/set_yscale * fix to pqn reference bug * Feature/mz ml import (#67) * New general batch inference function * refactor extractParams to support more data types * add mzMLparamRead * small tweaks to unitest pandas imports * changes to batch_inference and dilution series * changes to reports * seaborn swarmplot changed to stripplot * - fix for duplicated samples in extractParams and inferBatches * - updates to python version * - bugfix in batch inference and ammendBatch: Automated 'Correction Batch' suggestions always start at 1. * added correctionSampleType to correctMSdataset to enable correction against any SampleType * - fix for numpy.matlib deprecation * - version bump * - .github actions builds update * - add support for BI-QUANT-PS 2.0 - modify unitests * - add support for BI-QUANT-PS 2.0 - modify unitests * - numpy.int -> int and pandas.util.testing : preventive future deprecation fix * - add align option = 'no' to batch correction * - test_rocorrection_synthetic - changes for new align parameter * - tentative fix for #77 * - modification to batch correction unitests for new parameters * - add test for extractParams() with filetype='mzML' * - merge changes from mzML import branch * - extractParams test fix * - fix for #37 * - rtol for test_batchandroccorrection increased for macos * - update version * add wheel to requirements * Update requirements.txt Co-authored-by: Gordon Haggart <[email protected]> Co-authored-by: ghaggart <[email protected]>
- Loading branch information
1 parent
614339d
commit 2bb6b5b
Showing
5 changed files
with
118 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ cycler | |
iPython | ||
isaExplorer | ||
isatools | ||
MarkupSafe==2.0.1 | ||
Jinja2 | ||
lmfit | ||
matplotlib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters