目录

DOI GitHub Actions

scTensor

R package for detection of cell-cell interaction using Non-negative Tensor Decomposition

Installation of Dependent Packages

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

Installation

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

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

  • Koki Tsuyuzaki
  • Manabu Ishii
  • Itoshi Nikaido
关于

用于单细胞RNA测序数据的张量分解分析

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

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