Learn R Programming

timsr (version 0.0.3)

setup_bruker_so: Dynamically link Bruker's DLL to enable tof-mz and scan-inv_ion_mobility conversion.

Description

By using this function you aggree to terms of license precised in "https://github.com/MatteoLacki/opentims_bruker_bridge". The conversion, due to independent code-base restrictions, are possible only on Linux and Windows operating systems. Works on full open-source solution are on the way.

Usage

setup_bruker_so(path)

Arguments

path

Path to the 'libtimsdata.so' on Linux or 'timsdata.dll' on Windows, as produced by 'download_bruker_proprietary_code'.

Value

No return value, called for side effects.

Examples

Run this code
# NOT RUN {
so_path = download_bruker_proprietary_code("your/prefered/destination/folder")
setup_bruker_so(so_path)
# }

Run the code above in your browser using DataLab