Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c6e8dfd

Browse files
committedJun 3, 2018
Adapt to MSnbase 2.7.2 with internal fragments; see lgatto/MSnbase#82
1 parent d0f176a commit c6e8dfd

File tree

6 files changed

+12
-15
lines changed

6 files changed

+12
-15
lines changed
 

‎DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Imports:
2727
utils,
2828
Biobase,
2929
Matrix (>= 1.2.10),
30-
MSnbase (>= 2.3.10),
30+
MSnbase (>= 2.7.2),
3131
ggplot2 (>= 2.2.1),
3232
mzR (>= 2.11.4)
3333
Suggests:

‎R/fragments.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
#' @param verbose `logical`, verbose output?
3939
#' @return `FragmentViews`
4040
#' @noRd
41-
.calculateFragments <- function(sequence, type=c("a", "b", "c", "x", "y", "z"),
41+
.calculateFragments <- function(sequence, type=c("a", "b", "c", "x", "y", "z",
42+
"aIx", "bIy", "cIz"),
4243
modifications=c(
4344
"Carbamidomethyl", "Acetyl",
4445
"Met-loss"

‎R/functions-TopDownSet.R

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@
3535
#' @param pattern `character`,
3636
#' a filename pattern, the default `.*` means all files.
3737
#' @param type `character`,
38-
#' type of fragments, currently *a-c* and *x-z* are
39-
#' supported, see
40-
#' [MSnbase::calculateFragments()]
41-
#' for details.
38+
#' type of fragments, currently *a*, *b* *c*, *x*, *y*, *z*, *aIx*, *bIy* and
39+
#' *cIz* are supported, see [MSnbase::calculateFragments()] for details.
4240
#' @param modifications `character`,
4341
#' unimod names of modifications that should be applied.
4442
#' Currenlty just *Acetyl* (Unimod:1 but just protein N-term),

‎man/AbstractTopDownSet-class.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎man/TopDownSet-class.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎man/readTopDownFiles.Rd

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.