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

View source: R/opentimsr.R

setup_bruker_soR Documentation

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'.

Examples

## Not run: 
so_path = download_bruker_proprietary_code("your/prefered/destination/folder")
setup_bruker_so(so_path)

## End(Not run)

opentimsr documentation built on March 30, 2022, 1:06 a.m.