Skip to content

Commit

Permalink
v1.3.9
Browse files Browse the repository at this point in the history
Supports of direct processing Thermo's RAW MS data.
  • Loading branch information
qzhang503 committed Apr 1, 2024
1 parent 8eae01c commit 01a9817
Show file tree
Hide file tree
Showing 28 changed files with 266 additions and 1,003 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mzion
Type: Package
Title: Proteomics Database Searches of Mass-spectrometrirc Data.
Version: 1.3.8.7
Version: 1.3.9
Authors@R:
person(given = "Qiang",
family = "Zhang",
Expand Down
5 changes: 2 additions & 3 deletions R/deisotope.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#' @inheritParams matchMS
#' @examples
#' \donttest{
#' library(mzion)
#' moverzs <- c(881 + 1:10*.1, 882.0674, 882.0981, 882.4034, 882.60, 882.7372)
#' msxints <- c(1000 * 1:10, 1652869, 788368, 2043015, 2314111, 4314111)
#' n_ms1s <- rep_len(1L, length(msxints))
Expand Down Expand Up @@ -52,11 +51,11 @@
#' n_ms1s <- rep_len(1L, length(msxints))
#'
#' if (FALSE) {
#' out <- find_ms1stat(moverzs, msxints, n_ms1s, center = 909.788696,
#' out <- mzion:::find_ms1stat(moverzs, msxints, n_ms1s, center = 909.788696,
#' exclude_reporter_region = FALSE,
#' ppm = 5L, ms_lev = 1L, maxn_feats = 1L, max_charge = 4L,
#' order_mz = TRUE, step = 5/1e6)
#' out <- find_ms1stat(moverzs, msxints, n_ms1s, # center = 909.788696,
#' out <- mzion:::find_ms1stat(moverzs, msxints, n_ms1s, # center = 909.788696,
#' exclude_reporter_region = FALSE,
#' ppm = 5L, ms_lev = 1L, maxn_feats = 1L, max_charge = 4L,
#' order_mz = TRUE, step = 5/1e6)
Expand Down
365 changes: 0 additions & 365 deletions R/foo_mzml.R

This file was deleted.

Loading

0 comments on commit 01a9817

Please sign in to comment.