Package: markerpen 0.1.2
markerpen: Marker Gene Detection via Penalized Principal Component Analysis
Implementation of the 'MarkerPen' algorithm, short for marker gene detection via penalized principal component analysis, described in the paper by Qiu, Wang, Lei, and Roeder (2021, <doi:10.1093/bioinformatics/btab257>). 'MarkerPen' is a semi-supervised algorithm for detecting marker genes by combining prior marker information with bulk transcriptome data.
Authors:
markerpen_0.1.2.tar.gz
markerpen_0.1.2.zip(r-4.7)markerpen_0.1.2.zip(r-4.6)markerpen_0.1.2.zip(r-4.5)
markerpen_0.1.2.tgz(r-4.6-x86_64)markerpen_0.1.2.tgz(r-4.6-arm64)markerpen_0.1.2.tgz(r-4.5-x86_64)markerpen_0.1.2.tgz(r-4.5-arm64)
markerpen_0.1.2.tar.gz(r-4.7-arm64)markerpen_0.1.2.tar.gz(r-4.7-x86_64)markerpen_0.1.2.tar.gz(r-4.6-arm64)markerpen_0.1.2.tar.gz(r-4.6-x86_64)
manual.pdf |manual.html✨
card.svg |card.png
markerpen/json (API)
NEWS
| # Install 'markerpen' in R: |
| install.packages('markerpen', repos = c('https://yixuan.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/yixuan/markerpen/issues
- gene_mapping - Mapping gene names to Ensembl IDs
Last updated from:b521abf5ef. Checks:12 OK, 1 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 182 | ||
| linux-devel-x86_64 | OK | 157 | ||
| source / vignettes | OK | 186 | ||
| linux-release-arm64 | OK | 142 | ||
| linux-release-x86_64 | OK | 173 | ||
| macos-release-arm64 | OK | 98 | ||
| macos-release-x86_64 | OK | 286 | ||
| macos-oldrel-arm64 | OK | 111 | ||
| macos-oldrel-x86_64 | OK | 231 | ||
| windows-devel | OK | 172 | ||
| windows-release | OK | 132 | ||
| windows-oldrel | OK | 192 | ||
| wasm-release | FAIL | 112 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Mapping gene names to Ensembl IDs | gene_mapping |
| Penalized Principal Component Analysis for Marker Gene Selection | pca_pen |
| Marker Gene Selection via Penalized Principal Component Analysis | refine_markers |
| Post-processing Selected Marker Genes | sort_markers |
