Skip to content

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

Notifications You must be signed in to change notification settings

rikenbit/scTensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bfe66bc · Jan 12, 2023

History

96 Commits
Sep 28, 2022
Dec 16, 2021
Jun 19, 2019
Dec 16, 2021
Dec 16, 2021
Sep 15, 2020
Dec 16, 2021
Jan 12, 2023
Aug 6, 2019
Dec 16, 2021
Sep 28, 2022
Dec 16, 2021
Sep 28, 2022

Repository files navigation

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