SeuratDisk安装命令

SeuratDisk v0.0.0.9013

The h5Seurat file format is specifically designed for the storage and analysis of multi-modal single-cell and spatially-resolved expression experiments, for example, from CITE-seq or 10X Visium technologies. It holds all molecular information and associated metadata, including (for example) nearest-neighbor graphs, dimensional reduction information, spatial coordinates and image data, and cluster labels. We also support rapid and on-disk conversion between h5Seurat and AnnData objects, with the goal of enhancing interoperability between Seurat and Scanpy.

Installation

SeuratDisk is not currently available on CRAN. You can install it from GitHub with:

if  (!requireNamespace("remotes",  quietly  =  TRUE))  {
 install.packages("remotes")
}
remotes::install_github("mojaveazure/seurat-disk")</pre>

Dependencies

SeuratDisk depends on the following non-standard packages:

Package CRAN Webpage Source Website
cli CRAN GitHub
crayon CRAN GitHub
hdf5r CRAN GitHub Website
Matrix CRAN Website
R6 CRAN GitHub Website
rlang CRAN GitHub Website
Seurat CRAN GitHub Website
withr CRAN Website
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容