gnu: r-msnid: Expand abbreviation in description.

* gnu/packages/bioinformatics.scm (r-msnid)[description]: Expand "MS/MS"
to "tandem mass spectrometry".
This commit is contained in:
Ricardo Wurmus 2017-01-20 15:29:50 +01:00
parent e614d6398a
commit 2923f3e5b9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 7 additions and 7 deletions

View File

@ -8496,11 +8496,11 @@ of mass spectrometry based proteomics data.")
(home-page "http://bioconductor.org/packages/MSnID") (home-page "http://bioconductor.org/packages/MSnID")
(synopsis "Utilities for LC-MSn proteomics identifications") (synopsis "Utilities for LC-MSn proteomics identifications")
(description (description
"This package extracts MS/MS ID data from mzIdentML (leveraging the mzID "This package extracts @dfn{tandem mass spectrometry} (MS/MS) ID data
package) or text files. After collating the search results from multiple from mzIdentML (leveraging the mzID package) or text files. After collating
datasets it assesses their identification quality and optimize filtering the search results from multiple datasets it assesses their identification
criteria to achieve the maximum number of identifications while not exceeding quality and optimize filtering criteria to achieve the maximum number of
a specified false discovery rate. It also contains a number of utilities to identifications while not exceeding a specified false discovery rate. It also
explore the MS/MS results and assess missed and irregular enzymatic cleavages, contains a number of utilities to explore the MS/MS results and assess missed
mass measurement accuracy, etc.") and irregular enzymatic cleavages, mass measurement accuracy, etc.")
(license license:artistic2.0))) (license license:artistic2.0)))