-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix standard error calculation for combined replicates. Update manuscript link in documentation. Update version string.
- Loading branch information
Showing
6 changed files
with
15 additions
and
9 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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
Enrich2: deep mutational scanning data analysis | ||
============================================================================ | ||
|
||
|
@@ -12,6 +11,12 @@ To cite Enrich2, please reference `A statistical framework for analyzing deep mu | |
|
||
Enrich2 was written by `Alan F Rubin <mailto:[email protected]>`_ |ORCID_icon| http://orcid.org/0000-0003-1474-605X | ||
|
||
.. error:: Important notice for users of Enrich2 v1.0 or v1.1 | ||
|
||
Enrich2 v1.2.0 corrects an error in the software that, for most datasets, resulted in the standard errors for combined scores being over-estimated. The counts, scores, and replicate-wise standard errors are unaffected. | ||
|
||
If you have analyzed datasets that contain replicates with a previous version of Enrich2, the easiest way to get the correct standard error values is to delete the experiment HDF5_ file (the file name ends with ``'_exp.h5'``) and re-run the program. This will recalculate combined scores and standard errors without redoing other parts of the analysis. | ||
|
||
.. |ORCID_icon| image:: _static/iD_icon.png | ||
:target: http://orcid.org | ||
|
||
|
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 |
---|---|---|
|
@@ -49,7 +49,7 @@ | |
__author__ = "Alan F Rubin" | ||
__copyright__ = "Copyright 2016-2017, Alan F Rubin" | ||
__license__ = "GPLv3" | ||
__version__ = "1.1.1" | ||
__version__ = "1.2.0" | ||
__maintainer__ = "Alan F Rubin" | ||
__email__ = "[email protected]" | ||
|
||
|
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 |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
|
||
setup( | ||
name="Enrich2", | ||
version="1.1.1", | ||
version="1.2.0", | ||
|
||
packages=find_packages(), | ||
package_data={ | ||
|