nnTensor - Non-Negative Tensor Decomposition
Some functions for performing non-negative matrix factorization, non-negative CANDECOMP/PARAFAC (CP) decomposition, non-negative Tucker decomposition, and generating toy model data. See Andrzej Cichock et al (2009) and the reference section of GitHub README.md <https://github.com/rikenbit/nnTensor>, for details of the methods.
Last updated
7.02 score 22 stars 4 dependents 8 scripts 805 downloadsiTensor - ICA-Based Matrix/Tensor Decomposition
Some functions for performing ICA, MICA, Group ICA, and Multilinear ICA are implemented. ICA, MICA/Group ICA, and Multilinear ICA extract statistically independent components from single matrix, multiple matrices, and single tensor, respectively. For the details of these methods, see the reference section of GitHub README.md <https://github.com/rikenbit/iTensor>.
Last updated
5.86 score 2 stars 1 dependents 1 scripts 493 downloadsVicus - Exploiting Local Structures to Improve Network-Based Analysis of Biological Data
Compared with the similar graph embedding method such as Laplacian Eigenmaps, 'Vicus' can exploit more local structures of graph data. For the details of the methods, see the reference section of 'GitHub' README.md <https://github.com/rikenbit/Vicus>.
Last updated
5.18 score 2 stars 5 dependents 426 downloadsdcTensor - Discrete Matrix/Tensor Decomposition
Semi-Binary and Semi-Ternary Matrix Decomposition are performed based on Non-negative Matrix Factorization (NMF) and Singular Value Decomposition (SVD). For the details of the methods, see the reference section of GitHub README.md <https://github.com/rikenbit/dcTensor>.
Last updated
5.08 score 3 stars 320 downloadsMeSHDbi - DBI to construct MeSH-related package from sqlite file
The package is unified implementation of MeSH.db, MeSH.AOR.db, and MeSH.PCR.db and also is interface to construct Gene-MeSH package (MeSH.XXX.eg.db). loadMeSHDbiPkg import sqlite file and generate MeSH.XXX.eg.db.
Last updated
annotationannotationdatainfrastructure
4.87 score 3 dependents 41 scripts 576 downloadsmeshr - Tools for conducting enrichment analysis of MeSH
A set of annotation maps describing the entire MeSH assembled using data from MeSH.
Last updated
annotationdatafunctionalannotationbioinformaticsstatisticsannotationmultiplecomparisonsmeshdb
4.70 score 1 stars 1 dependents 14 scripts 517 downloadsDelayedTensor - R package for sparse and out-of-core arithmetic and decomposition of Tensor
DelayedTensor operates Tensor arithmetic directly on DelayedArray object. DelayedTensor provides some generic function related to Tensor arithmetic/decompotision and dispatches it on the DelayedArray class. DelayedTensor also suppors Tensor contraction by einsum function, which is inspired by numpy einsum.
Last updated
softwareinfrastructuredatarepresentationdimensionreduction
4.51 score 4 stars 3 scriptsscTGIF - Cell type annotation for unannotated single-cell RNA-Seq data
scTGIF connects the cells and the related gene functions without cell type label.
Last updated
dimensionreductionqualitycontrolsinglecellsoftwaregeneexpression
4.00 score 2 scriptsscTensor - Detection of cell-cell interaction from single-cell RNA-seq dataset by tensor decomposition
The algorithm is based on the non-negative tucker decomposition (NTD2) of nnTensor.
Last updated
dimensionreductionsinglecellsoftwaregeneexpression
4.00 score 2 scriptsttTensor - Tensor-Train Decomposition
Tensor-train is a compact representation for higher-order tensors. Some algorithms for performing tensor-train decomposition are available such as TT-SVD, TT-WOPT, and TT-Cross. For the details of the algorithms, see I. V. Oseledets (2011) <doi:10.1137/090752286>, Yuan Longao, et al (2017) <doi:10.48550/arXiv.1709.02641>, I. V. Oseledets (2010) <doi:10.1016/j.laa.2009.07.024>.
Last updated
3.60 score 4 stars 6 scripts 475 downloadsccTensor - CUR/CX Tensor Decomposition
CUR/CX decomposition factorizes a matrix into two factor matrices and Multidimensional CX Decomposition factorizes a tensor into a core tensor and some factor matrices. See the reference section of GitHub README.md <https://github.com/rikenbit/ccTensor>, for details of the methods.
Last updated
3.48 score 2 dependents 305 downloadsLRBaseDbi - DBI to construct LRBase-related package
Interface to construct LRBase package (LRBase.XXX.eg.db).
Last updated
infrastructure
3.30 score 3 scriptsmetaSeq - Meta-analysis of RNA-Seq count data in multiple studies
The probabilities by one-sided NOISeq are combined by Fisher's method or Stouffer's method
Last updated
rnaseqdifferentialexpressionsequencingimmunooncology
3.30 score 4 scripts 518 downloadsgcTensor - Generalized Coupled Tensor Factorization
Multiple matrices/tensors can be specified and decomposed simultaneously by Probabilistic Latent Tensor Factorisation (PLTF). See the reference section of GitHub README.md <https://github.com/rikenbit/gcTensor>, for details of the method.
Last updated
3.18 score 3 stars 219 downloadssymTensor - Symmetric Matrix and Tensor Decomposition
Provides symmetric matrix and tensor operations and decomposition algorithms including symmetric NMF (symNMF), PageRank, Label Propagation, Higher-order Power Method, and TOPHITS. Designed to work with 'rTensor' objects. Methods are described in Kuang et al. (2012) <doi:10.1137/1.9781611972825.10>, Kolda and Mayo (2011) <doi:10.1137/100801482>, and Kolda and Bader (2006) <doi:10.1137/1.9781611972764.26>.
Last updated
1.48 score 1 dependents 2 scripts 290 downloads