You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 'Shimadzu LabSolutions'`.lcd` (*provisional support* for PDAand chromatogram streams)
30
+
- 'Shimadzu LabSolutions'`.lcd` (*provisional support* for PDA, chromatogram, and peak table streams)
31
31
- 'Thermo Scientific Chromeleon' ascii (`.txt`)
32
32
- 'Varian Workstation' (`.SMS`)
33
33
- 'Waters Empower' ascii (`.arw`)
@@ -149,15 +149,15 @@ Thermo RAW files can be converted by calling the [ThermoRawFileParser](https://g
149
149
150
150
### Further analysis
151
151
152
-
For downstream analyses of chromatographic data, you can also check out my package [chromatographR](https://ethanbass.github.io/chromatographR/). For interactive visualization of chromatograms, you can check out my new package [ShinyChromViewer](https://github.com/ethanbass/ShinyChromViewer) (alpha release). There is also a vignette providing an introduction to some basic syntax for [plotting mass spectrometry data](https://ethanbass.github.io/chromConverter/articles/plot_ms.html) returned by chromConverter in various R dialects.
152
+
For downstream analyses of chromatographic data, you can also check out my package [chromatographR](https://ethanbass.github.io/chromatographR/). For interactive visualization of chromatograms, you can check out my new package [ShinyChromViewer](https://github.com/ethanbass/ShinyChromViewer) (alpha release). There is also a vignette providing an introduction to some basic syntax for [plotting mass spectrometry data](https://ethanbass.github.io/chromConverter/articles/plot_ms.html) returned by chromConverter in various R dialects (e.g., base R, tidyverse, and data.table).
153
153
154
154
### Contributing
155
155
156
156
Contributions of source code, ideas, or documentation are always welcome. Please get in touch (preferable by opening a GitHub [issue](https://github.com/ethanbass/chromatographR/issues)) to discuss any suggestions or to file a bug report. Some good reasons to file an issue:
157
157
158
158
- You've found an actual bug.
159
159
- You're getting a cryptic error message that you don't understand.
160
-
- You have a file format you'd like to read that isn't currently supported by chromConverter. (Please make sure to attach example files or a link to the files.)
160
+
- You have a file format you'd like to read that isn't currently supported by chromConverter. (Please make sure to attach example files or a link to the files).
161
161
- There's another new feature you'd like to see implemented.
162
162
163
163
**Note: Before filing a bug report, please make sure to install the latest development version of chromConverter from GitHub**, in case your bug has already been patched. After installing the latest version, you may also need to refresh your R session to remove the older version from the cache.
0 commit comments