Skip to content

Commit

Permalink
Update MsIO.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
philouail committed Sep 18, 2024
1 parent c75d1bf commit 8fa4fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/MsIO.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,10 @@ It is recommended to adjust these settings according to your specific study.
```{r}
library(MsExperiment())
# Prepare parameter
param <- MetaboLightsParam(mtblsIs = "MTBLS575",
param <- MetaboLightsParam(mtblsId = "MTBLS575",
assayName = paste0("a_MTBLS575_POS_INFEST_CTRL_",
"mass_spectrometry.txt"),
filePattern = "1.cdf$|2.cdf$|7.cdf$|8.cdf$|9.cdf$")
filePattern = "cdf$")
# Load MsExperiment object
mse <- readMsObject(MsExperiment(), param)
Expand Down

0 comments on commit 8fa4fd1

Please sign in to comment.