diff options
author | Paul A. Patience <paul@apatience.com> | 2022-07-24 12:19:41 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-08-01 14:08:08 +0200 |
commit | d1b60cb65b6cb31e814bbbe19c5ece6b1edd21cc (patch) | |
tree | ecc724e8bf58f28d5f548f248ef4b4970b9d9151 /gnu/packages/bioconductor.scm | |
parent | e0de48f0e4a88a095bef9981df8dd3fd1f55b03e (diff) | |
download | guix-d1b60cb65b6cb31e814bbbe19c5ece6b1edd21cc.tar.gz |
gnu: Add comma after “i.e.” in descriptions.
* gnu/packages/bioconductor.scm (r-anota)[description]: Add comma after “i.e.”. * gnu/packages/code.scm (xenon)[description]: Same. * gnu/packages/cran.scm (r-crosstalk)[description]: Same. * gnu/packages/python-xyz.scm (python-radon)[description]: Same. * gnu/packages/statistics.scm (r-logspline)[description]: Same. * gnu/packages/suckless.scm (tabbed)[description]: Same. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/bioconductor.scm')
-rw-r--r-- | gnu/packages/bioconductor.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 31484799b2..8a3a38b36f 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -8834,7 +8834,7 @@ study various biological conditions. The output from such analysis is both the mRNA level (e.g. cytosolic mRNA level) and the level of mRNA actively involved in translation (the actively translating mRNA level) for each mRNA. The standard analysis of such data strives towards identifying differential -translational between two or more sample classes - i.e. differences in +translational between two or more sample classes - i.e., differences in actively translated mRNA levels that are independent of underlying differences in cytosolic mRNA levels. This package allows for such analysis using partial variances and the random variance model. As 10s of thousands of mRNAs are |