目录

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.

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(CardinalIO)

Github Release

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")

Developer Installation

Bioconductor Devel

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.

Github Devel

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 数据读写、转换和交换。

567.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9 京公网安备 11010802047560号