Skip to content

Commit

Permalink
Fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Sep 15, 2023
1 parent 005a08b commit 4e267a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Authors@R: c(
comment = c(ORCID = "0000-0002-6977-7147")),
person(given = "Philippine", family = "Louail",
email = "[email protected]",
role = c("ctb")),
comment = c(ORCID = "0009-0007-5429-6846"))
role = c("ctb"),
comment = c(ORCID = "0009-0007-5429-6846")))
Description: This resource contains examples and tutorials for the analysis of
LC-MS data using the *MsExperiment*, *Spectra* and *xcms* packages.
Various examples show data handling, representation, visualization
Expand Down
4 changes: 2 additions & 2 deletions vignettes/xcms-preprocessing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1694,15 +1694,15 @@ time range of the chromatographic peak. In the call below we provide the IDs
retention time range from which to extract the data by 5 seconds (on either side
of the peak) by setting `expandRt = 5`.

```{r}
```{r, eval = FALSE}
#' Extract EIC for two identified chromatographic peaks
chrs <- chromPeakChromatograms(data, peaks = c("CP499", "CP520"), expandRt = 5)
```

We next plot these chromatograms. The identified chromatographic peaks are
automatically highlighted, if present, with a grey color.

```{r}
```{r, eval = FALSE}
plot(chrs)
```

Expand Down

0 comments on commit 4e267a4

Please sign in to comment.