rearrange files
This package provides fast and efficient parsing, reading, and writing of imzML files for mass spectrometry imaging experiments.
CardinalIO can be installed via the BiocManager package.
This is the recommended installation method.
if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager") BiocManager::install("CardinalIO")
The same function can be used to update CardinalIO and other Bioconductor packages.
Once installed, CardinalIO can be loaded with library():
library()
library(CardinalIO)
CardinalIO can also be installed via the remotes package.
if (!require("remotes", quietly = TRUE)) install.packages("remotes") remotes::install_github("kuwisdelu/CardinalIO", ref=remotes::github_release())
Previous releases can be installed by specifying the exact version.
remotes::install_github("kuwisdelu/CardinalIO@v1.2.1")
The Bioconductor development version of CardinalIO can also be installed via the BiocManager package.
BiocManager::install("CardinalIO", version="devel")
This version is unstable and should not be used for critical work. However, it is typically more stable than Github devel.
This version should typically pass R CMD check without errors.
R CMD check
The most cutting edge version of CardinalIO can be installed from Github via the remotes package.
if (!require("remotes", quietly = TRUE)) install.packages("remotes") remotes::install_github("kuwisdelu/CardinalIO")
This version is unstable and only recommended for developers. It should not be used for critical work.
质谱成像数据输入输出工具,用于 MSI 数据读写、转换和交换。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
CardinalIO
Mass spectrometry imaging I/O
This package provides fast and efficient parsing, reading, and writing of imzML files for mass spectrometry imaging experiments.
User Installation
Bioconductor Release
CardinalIO can be installed via the BiocManager package.
This is the recommended installation method.
The same function can be used to update CardinalIO and other Bioconductor packages.
Once installed, CardinalIO can be loaded with
library():Github Release
CardinalIO can also be installed via the remotes package.
Previous releases can be installed by specifying the exact version.
Developer Installation
Bioconductor Devel
The Bioconductor development version of CardinalIO can also be installed via the BiocManager package.
This version is unstable and should not be used for critical work. However, it is typically more stable than Github devel.
This version should typically pass
R CMD checkwithout errors.Github Devel
The most cutting edge version of CardinalIO can be installed from Github via the remotes package.
This version is unstable and only recommended for developers. It should not be used for critical work.