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

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

Science Score: 23.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
    Links to: nature.com
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bioconductor-source
  • Language: R
  • Default Branch: devel
  • Size: 210 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

zinbwave

Zero-inflated Negative Binomial based Wanted Variation Extraction (ZINB-WaVE)

Project Status: Active - The project has reached a stable, usable state and is being actively developed. BioC release BioC devel R-CMD-check Coverage

This package implements a zero-inflated negative binomial model for single-cell RNA-seq data, with latent factors.

The model is described in details in the paper:

D. Risso, F. Perraudeau, S. Gribkova, S. Dudoit and JP. Vert (2018). A general and flexible method for signal extraction from single-cell RNA-seq data. Nature Communications.

Installation

Since Bioconductor 3.7 the new recommended way to install Bioconductor packages is via the BiocManager package, available on CRAN:

{r} install.packages("BiocManager") BiocManager::install("zinbwave")

Note that zinbwave requires R (>=3.4) and Bioconductor (>=3.6).

In virtually all cases, installing from Bioconductor is recommended. However, if you want to install the development version of zinbwave from GitHub, you can do so with the following.

{r} library(devtools) install_github("drisso/zinbwave")

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.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact master composite
  • docker/build-push-action v1 composite
  • r-lib/actions/setup-pandoc master composite
  • r-lib/actions/setup-r master composite
DESCRIPTION cran
  • R >= 3.4 depends
  • SingleCellExperiment * depends
  • SummarizedExperiment * depends
  • methods * depends
  • BiocParallel * imports
  • Matrix * imports
  • edgeR * imports
  • genefilter * imports
  • softImpute * imports
  • stats * imports
  • BiocStyle * suggests
  • DESeq2 * suggests
  • Rtsne * suggests
  • biomaRt * suggests
  • ggplot2 * suggests
  • knitr * suggests
  • magrittr * suggests
  • matrixStats * suggests
  • rmarkdown * suggests
  • scRNAseq * suggests
  • sparseMatrixStats * suggests
  • testthat * suggests