Skip to content

Commit a1ac28a

Browse files
committed
Small updates
1 parent 65cc7b4 commit a1ac28a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

vignettes/Spectra-backends.Rmd

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ mode discussed in [@gattoMSnbaseEfficientElegant2020a]). The advantage of this
372372
*offline* storage mode is a lower memory footprint that enables also the
373373
analysis of large data experiments on *standard* computers.
374374

375-
Why different backends?
375+
**Why different backends?**
376376

377377
**Reason 1**: support for additional file formats. The backend class defines the
378378
functionality to import/export data from/to specific file formats. The `Spectra`
@@ -815,7 +815,6 @@ manipulations to MS data from data resources that would be inherently
815815
the analysis of MS data independently of *where* and *how* the data is stored.
816816

817817

818-
819818
## Implementing your own `MsBackend`
820819

821820
- New backends for `Spectra` should extend the `MsBackend` class and implement
@@ -844,6 +843,14 @@ the analysis of MS data independently of *where* and *how* the data is stored.
844843
- designed to support very large data sets.
845844
- easily extendable.
846845
- support for a variety of MS data file formats and data representations.
846+
- caching mechanism and processing queue allow data analysis also of
847+
*read-only* data resources.
848+
849+
850+
851+
# Acknowledgments
847852

853+
Thank you to [Philippine Louail](https://github.com/philouail) for
854+
fixing typos and suggesting improvements.
848855

849856
# References

0 commit comments

Comments
 (0)