Skip to content

Commit

Permalink
docs: restructure documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Sep 25, 2024
1 parent 3bfe934 commit 6cd260f
Show file tree
Hide file tree
Showing 8 changed files with 2,321 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Authors@R: c(person(given = "RforMassSpectrometry Package Maintainer",
Depends:
R (>= 4.0.0),
S4Vectors,
BiocParallel,
ProtGenerics (>= 1.37.1)
BiocParallel
Imports:
ProtGenerics (>= 1.37.1),
methods,
IRanges,
MsCoreUtils (>= 1.7.5),
Expand Down
4 changes: 4 additions & 0 deletions R/Spectra.R
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,8 @@ asDataFrame <- function(object, i = seq_along(object),
}

#' @rdname spectraData
#'
#' @export
setMethod("acquisitionNum", "Spectra", function(object)
acquisitionNum(object@backend))

Expand Down Expand Up @@ -1195,6 +1197,8 @@ setMethod("mz", "Spectra", function(object, f = processingChunkFactor(object),
})

#' @rdname spectraData
#'
#' @export
setMethod(
"peaksData", "Spectra",
function(object, columns = c("mz", "intensity"),
Expand Down
547 changes: 547 additions & 0 deletions man/addProcessing.Rd

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions man/combinePeaks.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

240 changes: 240 additions & 0 deletions man/combineSpectra.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6cd260f

Please sign in to comment.