Browse code

corrected examples

Michael Witting authored on 20/04/2020 19:06:55
Showing 1 changed files

... ...
@@ -9,8 +9,7 @@ NULL
9 9
 #' @description
10 10
 #'
11 11
 #' The `MsBackendMassbank` class supports import of MS/MS spectra data from
12
-#' files in Mascot Generic Format
13
-#' ([mgf](http://www.matrixscience.com/help/data_file_help.html))
12
+#' MS/MS spectrum data from [Massbank](https://github.com/MassBank/MassBank-data)
14 13
 #' files. After initial import, the full MS data is kept in
15 14
 #' memory. `MsBackendMassbank` extends the [MsBackendDataFrame()] backend
16 15
 #' directly and supports thus the [applyProcessing()] function to make
... ...
@@ -53,9 +52,9 @@ NULL
53 52
 #'
54 53
 #' @examples
55 54
 #'
56
-#' ## Create an MsBackendHmdbXml backend and import data from test xml files.
55
+#' ## Create an MsBackendMassbank backend and import data from test xml files.
57 56
 #' fls <- dir(system.file("extdata", package = "MsBackendMassbank"),
58
-#'     full.names = TRUE, pattern = "mgf$")
57
+#'     full.names = TRUE, pattern = "txt$")
59 58
 #' be <- backendInitialize(MsBackendMassbank(), fls)
60 59
 #' be
61 60
 #'