All Projects → luslab → arshamg-scrnaseq-wgan

luslab / arshamg-scrnaseq-wgan

Licence: other
Wasserstein Generative Adversarial Network for analysing scRNAseq data

Programming Languages

python
139335 projects - #7 most used programming language
r
7636 projects

Projects that are alternatives of or similar to arshamg-scrnaseq-wgan

scisorseqr
scisorseqr is an R-package for processing of single-cell long read data and analyzing differential isoform expression across any two conditions
Stars: ✭ 21 (-36.36%)
Mutual labels:  single-cell-rna-seq
EWCE
Expression Weighted Celltype Enrichment. See the package website for up-to-date instructions on usage.
Stars: ✭ 30 (-9.09%)
Mutual labels:  single-cell-rna-seq
SPLiT-Seq demultiplexing
An unofficial demultiplexing strategy for SPLiT-seq RNA-Seq data
Stars: ✭ 20 (-39.39%)
Mutual labels:  single-cell-rna-seq
scLearn
scLearn:Learning for single cell assignment
Stars: ✭ 26 (-21.21%)
Mutual labels:  single-cell-rna-seq
SINCERA
An R implementation of the SINCERA pipeline for single cell RNA-seq profiling analysis
Stars: ✭ 20 (-39.39%)
Mutual labels:  single-cell-rna-seq
StackedDAE
Stacked Denoising AutoEncoder based on TensorFlow
Stars: ✭ 23 (-30.3%)
Mutual labels:  single-cell-rna-seq
diffxpy
Differential expression analysis for single-cell RNA-seq data.
Stars: ✭ 137 (+315.15%)
Mutual labels:  single-cell-rna-seq
scCODA
A Bayesian model for compositional single-cell data analysis
Stars: ✭ 109 (+230.3%)
Mutual labels:  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 (+136.36%)
Mutual labels:  single-cell-rna-seq
CellO
CellO: Gene expression-based hierarchical cell type classification using the Cell Ontology
Stars: ✭ 34 (+3.03%)
Mutual labels:  single-cell-rna-seq
OrchestratingSingleCellAnalysis-release
An online companion to the OSCA manuscript demonstrating Bioconductor resources and workflows for single-cell RNA-seq analysis.
Stars: ✭ 35 (+6.06%)
Mutual labels:  single-cell-rna-seq
D3E
Discrete Distributional Differential Expression
Stars: ✭ 19 (-42.42%)
Mutual labels:  single-cell-rna-seq
dropEst
Pipeline for initial analysis of droplet-based single-cell RNA-seq data
Stars: ✭ 71 (+115.15%)
Mutual labels:  single-cell-rna-seq
scedar
Single-cell exploratory data analysis for RNA-Seq
Stars: ✭ 33 (+0%)
Mutual labels:  single-cell-rna-seq
tGPLVM
tGPLVM: A Nonparametric, Generative Model for Manifold Learning with scRNA-seq experimental data
Stars: ✭ 16 (-51.52%)
Mutual labels:  single-cell-rna-seq
SOT
Single-cell Orientation Tracing
Stars: ✭ 20 (-39.39%)
Mutual labels:  single-cell-rna-seq
kmer-homology-paper
Manuscript for functional prediction of transcriptomic “dark matter” across species
Stars: ✭ 12 (-63.64%)
Mutual labels:  single-cell-rna-seq
cellrank
CellRank for directed single-cell fate mapping
Stars: ✭ 222 (+572.73%)
Mutual labels:  single-cell-rna-seq
SignacX
Signac
Stars: ✭ 15 (-54.55%)
Mutual labels:  single-cell-rna-seq
monocle3
No description or website provided.
Stars: ✭ 170 (+415.15%)
Mutual labels:  single-cell-rna-seq

scRNAseq-WGAN-GP

Wasserstein Generative Adversarial Network for analysing scRNAseq data.

This repo contains a Jupyter Notebook with a minimal version of the WGAN-GP algorithm.

Related manuscript is on bioRxiv

Usage

Dependencies: Tensorflow, NumPy, Pandas, scikit-learn

Clone the repo, ensure you have git lfs installed and perform git lfs pull for the CSV files

python ./scripts/WGAN-GP_minimal.py

Watch discriminator/generator loss convergence:

tensorboard --logdir=./summaries/
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].