Skip to content

R package to visualize gene expression data based on weighted kernel density estimation

Notifications You must be signed in to change notification settings

powellgenomicslab/Nebulosa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f0714d · Feb 27, 2024
Feb 27, 2024
Feb 3, 2021
Feb 11, 2023
Feb 3, 2021
Oct 8, 2020
Jul 12, 2020
Jul 30, 2020
Mar 23, 2021
Feb 11, 2023
Feb 11, 2023
Oct 8, 2020
Mar 21, 2021
Jul 20, 2020

Repository files navigation

Nebulosa

Build Status https://www.tidyverse.org/lifecycle/#maturing

Motivation

Due to the sparsity observed in single-cell data (e.g. RNA-seq, ATAC-seq), the visualization of cell features (e.g. gene, peak) is frequently affected and unclear, especially when it is overlaid with clustering to annotate cell types. Nebulosa is an R package to visualize data from single cells based on kernel density estimation. It aims to recover the signal from dropped-out features by incorporating the similarity between cells allowing a “convolution” of the cell features.

Installation

Nebulosa is available on Bioconductor and can be installed as follows:

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

BiocManager::install("Nebulosa")

See Nebulosa for more details.

You can install the developing version of Nebulosa from github via devtools:

devtools::install_github("powellgenomicslab/Nebulosa")

Vignettes

Nebulosa can use Seurat and SingleCellExperiment objects. See the corresponding vignette:

About

R package to visualize gene expression data based on weighted kernel density estimation

Topics

Resources

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages