ACTIONetExperiment | R Documentation |
Joint archetypal/network-based analysis for multi-resolution decomposition of single-cell states.
ACTIONetExperiment(
...,
rowNets = S4Vectors::SimpleList(),
colNets = S4Vectors::SimpleList(),
rowMaps = S4Vectors::SimpleList(),
colMaps = S4Vectors::SimpleList()
)
... |
SummarizedExperiment and SummarizedExperiment components |
rowNets, colNets |
gene-gene and cell-cell networks, respectively |
rowMaps, colMaps |
Factorization results (W and H matrices) |
an ACTIONetExperiment (ACE) object
An ACTIONetExperiment (ACE) object, derived from SummarizedExperiment, with additional slots to store ACTIONet results
rowNets,colNets
gene-gene and cell-cell networks, respectively
rowMaps,colMaps
Factorization results (W and H matrices)
?reduce.sce to reduce raw count matrix in an SummarizedExperiment objects.
?run.ACTIONet to run ACTIONet on SummarizedExperiment objects.
Report bugs at https://github.com/shmohammadi86/ACTIONet/issues
Read the manuscript: A multiresolution framework to characterize single-cell state landscapes.
Shahin Mohammadi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.