https://github.com/bioconductor-source/smartid

https://github.com/bioconductor-source/smartid

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 (10.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bioconductor-source
  • License: other
  • Language: R
  • Default Branch: devel
  • Size: 1.04 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog License

README.md

smartid: Scoring and MARker identification method based on modified Tf-IDf

R-CMD-check Coverage status BioC status <!-- badges: end -->

An R package for automatically identify group specific signature and score cells based on given gene sets on scRNA data.

smartid is an R package designed for automated identification of signatures of interest. The package is developed for generating specific signature genes from multiple groups based on modified TF-IDF approach, which is good at finding markers for rare populations and pay more attention to the genes without high expression but with high variance across groups.

This package is particularly useful for the marker identification of novel or rare group populations in various biological and medical applications, including cancer research and developmental biology.

Check out the standard demonstration.

Installation

You can install the development version of smartid like so:

``` r

install from GitHub

devtools::install_github("DavisLaboratory/smartid") ```

smartid can be installed from Bioconductor directly as follows:

``` r if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("smartid") ```

Owner

  • Name: (WIP DEV) Bioconductor Packages
  • Login: bioconductor-source
  • Kind: organization
  • Email: maintainer@bioconductor.org

Source code for packages accepted into Bioconductor

GitHub Events

Total
Last Year

Dependencies

.github/workflows/check-bioc.yaml actions
  • JamesIves/github-pages-deploy-action releases/v4 composite
  • actions/cache v3 composite
  • actions/checkout v4 composite
  • actions/upload-artifact master composite
  • docker/build-push-action v1 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
DESCRIPTION cran
  • R >= 4.4 depends
  • Matrix * imports
  • SummarizedExperiment * imports
  • dplyr * imports
  • ggplot2 * imports
  • graphics * imports
  • mclust * imports
  • methods * imports
  • mixtools * imports
  • sparseMatrixStats * imports
  • stats * imports
  • tidyr * imports
  • utils * imports
  • BiocStyle * suggests
  • UpSetR * suggests
  • dbscan * suggests
  • ggpubr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • scater * suggests
  • splatter * suggests
  • testthat >= 3.0.0 suggests
  • tidytext * suggests