Description Usage Arguments Value Examples
View source: R/raw_converter.R
The function lists and converts samples in ".raw" format to ".mzXML" format.
It is the first step to create a lcms_dataset
. It requires the previous
download and installation of the RawConverter application.
1 2 3 4 5 | lcms_list_mzxml_samples(
sample_path,
file_format = "mzXML",
rawconverter_path = NULL
)
|
sample_path |
Directory in which the samples are. |
file_format |
Format of the LC-MS files (e.g. file_format = "raw"). |
rawconverter_path |
Directory in where the RawConverter application is located. |
A list of the LC-MS files in a readable format to create the lcms_dataset
.
1 2 3 4 5 6 7 | ## Not run:
sample_path <- system.file("extdata", package = "AlpsLCMS")
samples_mzxml <- lcms_list_mzxml_samples(sample_path,
file_format = "mzXML")
print(samples_mzxml)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.