v2.18.2
R package for detection of cell-cell interaction using Non-negative Tensor Decomposition
# CRAN install.packages(c("RSQLite", "igraph", "plotly", "nnTensor", "rTensor", "abind", "plotrix", "heatmaply", "tagcloud", "rmarkdown", "knitr", "outliers", "crayon", "checkmate", "testthat", "Seurat", "BiocManager"), repos="http://cran.r-project.org") # Bioconductor library("BiocManager") BiocManager::install(c("S4Vectors", "reactome.db", "AnnotationDbi", "SummarizedExperiment", "SingleCellExperiment", "BiocStyle", "biomaRt", "MeSHDbi", "Category", "meshr", "GOstats", "ReactomePA", "DOSE", "LRBase.Hsa.eg.db", "MeSH.Hsa.eg.db", "LRBase.Mmu.eg.db", "MeSH.Mmu.eg.db", "LRBaseDbi", "Homo.sapiens"), suppressUpdates=TRUE)
git clone https://github.com/rikenbit/scTensor/ R CMD INSTALL scTensor
or type the code below in the R console window
install.packages("devtools", repos="http://cran.r-project.org") library(devtools) devtools::install_github("rikenbit/scTensor")
Copyright (c) 2018 Koki Tsuyuzaki and Laboratory for Bioinformatics Research, RIKEN Center for Biosystems Dynamics Reseach Released under the Artistic License 2.0.
用于单细胞RNA测序数据的张量分解分析
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
scTensor
R package for detection of cell-cell interaction using Non-negative Tensor Decomposition
Installation of Dependent Packages
Installation
or type the code below in the R console window
License
Copyright (c) 2018 Koki Tsuyuzaki and Laboratory for Bioinformatics Research, RIKEN Center for Biosystems Dynamics Reseach Released under the Artistic License 2.0.
Authors