-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add `sera_by_plate` * set up `serum_titers` skeleton rule * make `viral_strain_plot_order` overall variable not plate-specific * get per-rep and median titers * add titer chart * save pickled `CurveFits` * plot all serum curves * update README and `.gitignore` * check QC for serum titers * update `neutcurve` to 0.10.0 * implement `virus_replicates_to_drop` in `serum_titers` * fully implement QC thresholds for `serum_titers` * save pickle file for serum curves * document `serum_titers` and QC filters * code formatting
- Loading branch information
Showing
23 changed files
with
2,239 additions
and
64 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ dependencies: | |
- ruff | ||
- pip: | ||
- dms_variants==1.4.3 | ||
- neutcurve==0.8.0 | ||
- neutcurve==0.10.0 |
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
Oops, something went wrong.