[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: r-msnid: Expand abbreviation in description.
From: |
Ricardo Wurmus |
Subject: |
06/06: gnu: r-msnid: Expand abbreviation in description. |
Date: |
Fri, 20 Jan 2017 14:42:08 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit 2923f3e5b9b4ce0f355fc6d1f7a688e918c95dda
Author: Ricardo Wurmus <address@hidden>
Date: Fri Jan 20 15:29:50 2017 +0100
gnu: r-msnid: Expand abbreviation in description.
* gnu/packages/bioinformatics.scm (r-msnid)[description]: Expand "MS/MS"
to "tandem mass spectrometry".
---
gnu/packages/bioinformatics.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f8a4ed7..64c40c7 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8496,11 +8496,11 @@ of mass spectrometry based proteomics data.")
(home-page "http://bioconductor.org/packages/MSnID")
(synopsis "Utilities for LC-MSn proteomics identifications")
(description
- "This package extracts MS/MS ID data from mzIdentML (leveraging the mzID
-package) or text files. After collating the search results from multiple
-datasets it assesses their identification quality and optimize filtering
-criteria to achieve the maximum number of identifications while not exceeding
-a specified false discovery rate. It also contains a number of utilities to
-explore the MS/MS results and assess missed and irregular enzymatic cleavages,
-mass measurement accuracy, etc.")
+ "This package extracts @dfn{tandem mass spectrometry} (MS/MS) ID data
+from mzIdentML (leveraging the mzID package) or text files. After collating
+the search results from multiple datasets it assesses their identification
+quality and optimize filtering criteria to achieve the maximum number of
+identifications while not exceeding a specified false discovery rate. It also
+contains a number of utilities to explore the MS/MS results and assess missed
+and irregular enzymatic cleavages, mass measurement accuracy, etc.")
(license license:artistic2.0)))
- branch master updated (b726096 -> 2923f3e), Ricardo Wurmus, 2017/01/20
- 05/06: gnu: r-msnbase: Expand abbreviation in description., Ricardo Wurmus, 2017/01/20
- 03/06: gnu: Add r-lars., Ricardo Wurmus, 2017/01/20
- 01/06: gnu: Add r-cowplot., Ricardo Wurmus, 2017/01/20
- 02/06: gnu: Add r-mixtools., Ricardo Wurmus, 2017/01/20
- 04/06: gnu: Add r-fastica., Ricardo Wurmus, 2017/01/20
- 06/06: gnu: r-msnid: Expand abbreviation in description.,
Ricardo Wurmus <=