Skip to content

Commit

Permalink
Merge pull request #26 from jorainer/bioc2021
Browse files Browse the repository at this point in the history
Use source = instead of backend =
  • Loading branch information
jorainer authored Aug 5, 2021
2 parents 005ad21 + 0f49200 commit 7fd3b0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ fls <- dir(system.file("mzML", package = "SpectraTutorials"),
full.names = TRUE)
#' Import the data
sps_all <- Spectra(fls, backend = MsBackendMzR())
sps_all <- Spectra(fls, source = MsBackendMzR())
```

The MS data is now represented by a `Spectra` object, which can be thought of as
Expand Down

0 comments on commit 7fd3b0a

Please sign in to comment.