seAMLess
A single cell transcriptomics based deconvolution pipeline for Leukemia
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.5%) to scientific vocabulary
Keywords
aml
deconvolution
venetoclax
Last synced: 6 months ago
·
JSON representation
Repository
A single cell transcriptomics based deconvolution pipeline for Leukemia
Basic Info
- Host: GitHub
- Owner: eonurk
- Language: R
- Default Branch: main
- Homepage: https://www.nature.com/articles/s41698-024-00596-9
- Size: 93 MB
Statistics
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
aml
deconvolution
venetoclax
Created almost 4 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
README.Rmd
---
title: "seAMLess"
output: github_document
---
## Overview
`seAMLess` is a wrapper function which deconvolutes bulk Acute Myeloid Leukemia (AML) RNA-seq samples with a healthy single cell reference atlas.

## Installation
[](https://cran.r-project.org/package=seAMLess)
[](https://cran.r-project.org/package=seAMLess?color=orange)
```{r, eval=FALSE}
# CRAN mirror
install.packages("seAMLess")
```
### Development version
To get bug fix and use a feature from the development version:
```{r, eval=FALSE}
# install.packages("devtools")
devtools::install_github("eonurk/seAMLess")
```
### Bioconda


`seAMLess` is also available in Bioconda and can be installed via:
```{r, eval=FALSE}
conda install -c bioconda r-seamless
```
## Usage
```{r warning=FALSE, message=FALSE}
library(seAMLess)
library(xbioc) # required
data(exampleTCGA)
head(exampleTCGA)[, 1:4]
```
```{r warning=FALSE}
# Now run the function
res <- seAMLess(exampleTCGA)
# AML deconvolution
head(res$Deconvolution)[, 1:4]
```
```{r message=FALSE}
# Create ternary plot
ternaryPlot(res)
```
```{r}
# Venetoclax resistance
res$Venetoclax.resistance[1:4]
```
## Contribution
You can send pull requests to make your contributions.
## Author
- [E Onur Karakaslar](https://eonurk.com)
## License
- GNU General Public License v3.0
Owner
- Name: Onur Karakaslar
- Login: eonurk
- Kind: user
- Location: Leiden
- Website: eonurk.github.io
- Twitter: eonurkara
- Repositories: 7
- Profile: https://github.com/eonurk
Featuring random thoughts
GitHub Events
Total
- Issues event: 1
- Issue comment event: 1
- Push event: 5
- Pull request event: 2
Last Year
- Issues event: 1
- Issue comment event: 1
- Push event: 5
- Pull request event: 2
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 2
- Total pull requests: 2
- Average time to close issues: 8 months
- Average time to close pull requests: about 1 hour
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 2.0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: about 1 hour
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Redmar-van-den-Berg (1)
- hsiaoyi0504 (1)
Pull Request Authors
- Redmar-van-den-Berg (3)
Top Labels
Issue Labels
documentation (1)
good first issue (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 505 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 2
- Total maintainers: 1
cran.r-project.org: seAMLess
A Single Cell Transcriptomics Based Deconvolution Pipeline for Leukemia
- Homepage: https://github.com/eonurk/seAMLess
- Documentation: http://cran.r-project.org/web/packages/seAMLess/seAMLess.pdf
- License: GPL-3
-
Latest release: 0.1.1
published over 1 year ago
Rankings
Forks count: 17.8%
Stargazers count: 28.5%
Dependent packages count: 29.8%
Dependent repos count: 35.5%
Average: 39.5%
Downloads: 86.2%
Maintainers (1)
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.5.0 depends
- Biobase * imports
- ggplot2 * imports
- ggtern * imports
- randomForest * imports
- MuSiC * suggests
- seAMLessData * suggests
- xbioc * suggests