/asR

Parse Aglient MassHunter .ASR Files

Primary LanguageR

asR

Lifecycle: stable R-CMD-check codecov License

Getting Started

asR can be installed directly from GitHub using the remotes package.

remotes::install_github('wilsontom/asR')

The package contains three separate functions, all of which using the filepath of a .ASR file as it's input.

library(asR)

test_file <- system.file('extdata/test_data.ASR', package = 'asR')


asr_chroms <- get_chromatograms(test_file)



asr_peak_tables <- get_peak_tables(test_file)



asr_sample_info <- get_sample_info(test_file)

Disclaimer

This package has been developed with the intention of parsing .ASR files but has only been tested with .ASR files from an Hitachi LA8080 Amino Acid Analyser operating with Aglient's OpenLab CDS.