download_bruker_proprietary_code: 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://github.com/MatteoLacki/opentims_bruker_bridge/",
"raw/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
character, path to the output 'timsdata.dll' on Windows and 'libtimsdata.so' on Linux.
Examples
Run this code# NOT RUN {
download_bruker_proprietary_code("your/prefered/destination/folder")
# }
Run the code above in your browser using DataLab