scPOEM
Single-Cell Meta-Path Based Omic Embedding
Provide a workflow to jointly embed chromatin accessibility peaks and expressed genes into a shared low-dimensional space using paired single-cell ATAC-seq (scATAC-seq) and single-cell RNA-seq (scRNA-seq) data. It integrates regulatory relationships among peak-peak interactions (via 'Cicero'), peak-gene interactions (via Lasso, random forest, and XGBoost), and gene-gene interactions (via principal component regression). With the input of paired scATAC-seq and scRNA-seq data matrices, it assigns a low-dimensional feature vector to each gene and peak. Additionally, it supports the reconstruction of gene-gene network with low-dimensional projections (via epsilon-NN) and then the comparison of the networks of two conditions through manifold alignment implemented in 'scTenifoldNet'. See <doi:10.1093/bioinformatics/btaf483> for more details.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.1.3 |
rolling linux/jammy R-4.5 | scPOEM_0.1.3.tar.gz |
4.1 MiB |
0.1.3 |
rolling linux/noble R-4.5 | scPOEM_0.1.3.tar.gz |
4.1 MiB |
0.1.3 |
rolling source/ R- | scPOEM_0.1.3.tar.gz |
4.1 MiB |
0.1.3 |
latest linux/jammy R-4.5 | scPOEM_0.1.3.tar.gz |
4.1 MiB |
0.1.3 |
latest linux/noble R-4.5 | scPOEM_0.1.3.tar.gz |
4.1 MiB |
0.1.3 |
latest source/ R- | scPOEM_0.1.3.tar.gz |
4.1 MiB |
0.1.3 |
2026-04-26 source/ R- | scPOEM_0.1.3.tar.gz |
4.1 MiB |
0.1.3 |
2026-04-23 source/ R- | scPOEM_0.1.3.tar.gz |
4.1 MiB |
Dependencies (latest)
Imports
- methods
- utils
- stats
- foreach (>= 1.5.2)
- doParallel (>= 1.0.17)
- tictoc (>= 1.2.1)
- Matrix (>= 1.6-3)
- glmnet (>= 4.1-8)
- xgboost (>= 1.7.10)
- reticulate
- stringr
- magrittr
- scTenifoldNet
- VGAM (>= 1.1-13)
- Biobase (>= 2.66.0)
- BiocGenerics (>= 0.52.0)
- monocle (>= 2.34.0)
- cicero (>= 1.24.0)