download_bruker_proprietary_code: Get Bruker's code needed for running proprietary time of...

View source: R/opentimsr.R

download_bruker_proprietary_codeR Documentation

Get Bruker's code needed for running proprietary time of flight to mass over charge and scan to drift time 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

download_bruker_proprietary_code(
  target.folder,
  net_url = paste0("https://raw.githubusercontent.com/MatteoLacki/",
    "opentims_bruker_bridge/main/opentims_bruker_bridge/"),
  mode = "wb",
  ...
)

Arguments

target.folder

Folder where to store the 'dll' or 'so' file.

net_url

The url with location of all files.

mode

Which mode to use when downloading a file?

...

Other parameters to 'download.file'.

Value

Path to the output 'timsdata.dll' on Windows and 'libtimsdata.so' on Linux.

Examples

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

## End(Not run)

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