All Projects → powellgenomicslab → Nebulosa

powellgenomicslab / Nebulosa

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

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Nebulosa

SPLiT-Seq demultiplexing
An unofficial demultiplexing strategy for SPLiT-seq RNA-Seq data
Stars: ✭ 20 (-60%)
Mutual labels:  single-cell, single-cell-rna-seq, single-cell-analysis
dynmethods
A collection of 50+ trajectory inference methods within a common interface 📥📤
Stars: ✭ 94 (+88%)
Mutual labels:  single-cell-rna-seq, single-cell-analysis
EWCE
Expression Weighted Celltype Enrichment. See the package website for up-to-date instructions on usage.
Stars: ✭ 30 (-40%)
Mutual labels:  single-cell, single-cell-rna-seq
dyngen
Simulating single-cell data using gene regulatory networks 📠
Stars: ✭ 59 (+18%)
Mutual labels:  single-cell, single-cell-analysis
GLUE
Graph-linked unified embedding for single-cell multi-omics data integration
Stars: ✭ 180 (+260%)
Mutual labels:  single-cell, single-cell-multiomics
immunarch
🧬 Immunarch by ImmunoMind: R Package for Fast and Painless Exploration of Single-cell and Bulk T-cell/Antibody Immune Repertoires
Stars: ✭ 204 (+308%)
Mutual labels:  single-cell, single-cell-analysis
OrchestratingSingleCellAnalysis-release
An online companion to the OSCA manuscript demonstrating Bioconductor resources and workflows for single-cell RNA-seq analysis.
Stars: ✭ 35 (-30%)
Mutual labels:  single-cell, single-cell-rna-seq
alevin-fry
🐟 🔬🦀 alevin-fry is an efficient and flexible tool for processing single-cell sequencing data, currently focused on single-cell transcriptomics and feature barcoding.
Stars: ✭ 78 (+56%)
Mutual labels:  single-cell, single-cell-rna-seq
kmer-homology-paper
Manuscript for functional prediction of transcriptomic “dark matter” across species
Stars: ✭ 12 (-76%)
Mutual labels:  single-cell, single-cell-rna-seq
cardelino
Clone identification from single-cell data
Stars: ✭ 49 (-2%)
Mutual labels:  single-cell
Awesome Single Cell
Community-curated list of software packages and data resources for single-cell, including RNA-seq, ATAC-seq, etc.
Stars: ✭ 1,937 (+3774%)
Mutual labels:  single-cell
scPower
Experimental design framework for scRNAseq population studies (eQTL and DE)
Stars: ✭ 19 (-62%)
Mutual labels:  single-cell
CrossTalkeR
R package to do the Ligand Receptor Analysis Visualization
Stars: ✭ 33 (-34%)
Mutual labels:  single-cell
arshamg-scrnaseq-wgan
Wasserstein Generative Adversarial Network for analysing scRNAseq data
Stars: ✭ 33 (-34%)
Mutual labels:  single-cell-rna-seq
SCICoNE
Single-cell copy number calling and event history reconstruction.
Stars: ✭ 20 (-60%)
Mutual labels:  single-cell
velodyn
Dynamical systems methods for RNA velocity analysis
Stars: ✭ 16 (-68%)
Mutual labels:  single-cell
scaden
Deep Learning based cell composition analysis with Scaden.
Stars: ✭ 61 (+22%)
Mutual labels:  single-cell-rna-seq
Taiji
All-in-one analysis pipeline
Stars: ✭ 28 (-44%)
Mutual labels:  single-cell-rna-seq
scAlign
A deep learning-based tool for alignment and integration of single cell genomic data across multiple datasets, species, conditions, batches
Stars: ✭ 32 (-36%)
Mutual labels:  single-cell
SCope
Fast visualization tool for large-scale and high dimensional single-cell data
Stars: ✭ 62 (+24%)
Mutual labels:  single-cell

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].