diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:51:17 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:29 +0200 |
commit | 37d47061669af411e3418aacce5c17d277abee6a (patch) | |
tree | ce41f98b3bbc828fa3cfee54a14d4a25b741f730 /gnu | |
parent | 0671046e471af6430eda57ce195a0bf1aa71155d (diff) |
gnu: r-msmstests: Fix typos in description.
* gnu/packages/bioconductor.scm (r-msmstests)[description]: Fix typos.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 88dca552e0..121a06124a 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -10528,8 +10528,8 @@ experiments, and visualize de influence of the involved factors.") by spectral counts, to discover differentially expressed proteins between two biological conditions. Three tests are available: Poisson GLM regression, quasi-likelihood GLM regression, and the negative binomial of the edgeR -package.The three models admit blocking factors to control for nuissance -variables.To assure a good level of reproducibility a post-test filter is +package. The three models admit blocking factors to control for nuisance +variables. To assure a good level of reproducibility a post-test filter is available, where we may set the minimum effect size considered biologicaly relevant, and the minimum expression of the most abundant condition.") (license license:gpl2))) |