{"id":32202830,"url":"https://github.com/eonurk/seamless","last_synced_at":"2025-10-22T04:16:45.547Z","repository":{"id":58625643,"uuid":"482045324","full_name":"eonurk/seAMLess","owner":"eonurk","description":"A single cell transcriptomics based deconvolution pipeline for Leukemia","archived":false,"fork":false,"pushed_at":"2024-12-19T16:34:26.000Z","size":97555,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T18:14:48.886Z","etag":null,"topics":["aml","deconvolution","venetoclax"],"latest_commit_sha":null,"homepage":"https://www.nature.com/articles/s41698-024-00596-9","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eonurk.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-15T18:10:32.000Z","updated_at":"2024-12-19T16:34:29.000Z","dependencies_parsed_at":"2024-11-05T11:30:20.585Z","dependency_job_id":"439f2bc5-d236-4ce7-a4c4-c73319e2da4a","html_url":"https://github.com/eonurk/seAMLess","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eonurk/seAMLess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eonurk%2FseAMLess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eonurk%2FseAMLess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eonurk%2FseAMLess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eonurk%2FseAMLess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eonurk","download_url":"https://codeload.github.com/eonurk/seAMLess/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eonurk%2FseAMLess/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280377959,"owners_count":26320576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-22T02:00:06.515Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aml","deconvolution","venetoclax"],"created_at":"2025-10-22T04:16:44.661Z","updated_at":"2025-10-22T04:16:45.541Z","avatar_url":"https://github.com/eonurk.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: \"seAMLess\"\noutput: github_document\n---\n\n## Overview\n`seAMLess` is a wrapper function which deconvolutes bulk Acute Myeloid Leukemia (AML) RNA-seq samples with a healthy single cell reference atlas.\n\n![https://eonurk.github.io/cinaR/articles/cinaR.html](man/figures/Figure1-A.png)\n\n## Installation\n\n\u003c!-- badges: start --\u003e\n[![CRAN version](https://www.r-pkg.org/badges/version/seAMLess)](https://cran.r-project.org/package=seAMLess)\n[![CRAN download](https://cranlogs.r-pkg.org/badges/seAMLess?color=orange)](https://cran.r-project.org/package=seAMLess?color=orange)\n\u003c!-- badges: end --\u003e\n\n```{r, eval=FALSE}\n# CRAN mirror\ninstall.packages(\"seAMLess\")\n```\n\n### Development version\nTo get bug fix and use a feature from the development version: \n```{r, eval=FALSE}\n# install.packages(\"devtools\")\ndevtools::install_github(\"eonurk/seAMLess\")\n```\n\n### Bioconda\n\n![Bioconda version](https://anaconda.org/bioconda/r-seamless/badges/version.svg)\n![Bioconda download](https://anaconda.org/bioconda/r-seamless/badges/downloads.svg)\n\n`seAMLess` is also available in Bioconda and can be installed via:\n```{r, eval=FALSE}\nconda install -c bioconda r-seamless \n```\n\n## Usage\n```{r warning=FALSE, message=FALSE}\nlibrary(seAMLess)\nlibrary(xbioc) # required\n\ndata(exampleTCGA)\nhead(exampleTCGA)[, 1:4]\n```\n\n\n```{r warning=FALSE}\n# Now run the function\nres \u003c- seAMLess(exampleTCGA)\n\n# AML deconvolution\nhead(res$Deconvolution)[, 1:4]\n```\n\n```{r message=FALSE}\n# Create ternary plot\nternaryPlot(res)\n```\n\n```{r}\n# Venetoclax resistance\nres$Venetoclax.resistance[1:4]\n```\n\n\n## Contribution\nYou can send pull requests to make your contributions.\n\n## Author\n\n- [E Onur Karakaslar](https://eonurk.com)\n\n## License\n\n- GNU General Public License v3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feonurk%2Fseamless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feonurk%2Fseamless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feonurk%2Fseamless/lists"}