File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff 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
373373analysis 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
378378functionality 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
815815the 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
You can’t perform that action at this time.
0 commit comments