Skip to content

Commit

Permalink
Merge pull request #314 from stanstrup/patch-1
Browse files Browse the repository at this point in the history
updated filepath in filterFourierTransformArtefacts example
  • Loading branch information
jorainer authored Mar 11, 2024
2 parents d5f27bc + 3007b5a commit b95450c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fft_spectrum.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#' \dontrun{
#' library(Spectra)
#' # get orbitrap data
#' download.file("https://www.ebi.ac.uk/metabolights/ws/studies/MTBLS469/download/4cc5d820-dc5d-4766-8112-7a05f74acef4?file=AV_01_v2_male_arm1_juice.mzXML", "AV_01_v2_male_arm1_juice.mzXML")
#' download.file("https://ftp.ebi.ac.uk/pub/databases/metabolights/studies/public/MTBLS469/AV_01_v2_male_arm1_juice.mzXML", "AV_01_v2_male_arm1_juice.mzXML")
#' data <- Spectra("AV_01_v2_male_arm1_juice.mzXML")
#' extracted_spectrum <- data[195]
#' }
Expand Down

0 comments on commit b95450c

Please sign in to comment.