All Projects → Oshlack → Splatter

Oshlack / Splatter

Licence: gpl-3.0
Simple simulation of single-cell RNA sequencing data

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Splatter

Splatter Paper
Data and analysis for the Splatter paper
Stars: ✭ 17 (-86.72%)
Mutual labels:  bioinformatics, simulation
Dls Schematics
Schematics for DLS - The Digital Logic Simulator game http://makingartstudios.itch.io/dls
Stars: ✭ 124 (-3.12%)
Mutual labels:  simulation
Financial life
A framework for analysing financial products in personalized contexts
Stars: ✭ 116 (-9.37%)
Mutual labels:  simulation
Seissol
A scientific software for the numerical simulation of seismic wave phenomena and earthquake dynamics
Stars: ✭ 123 (-3.91%)
Mutual labels:  simulation
Hicexplorer
HiCExplorer is a powerful and easy to use set of tools to process, normalize and visualize Hi-C data.
Stars: ✭ 116 (-9.37%)
Mutual labels:  bioinformatics
Cellularforms
An implementation of Andy Lomas' Cellular Forms.
Stars: ✭ 124 (-3.12%)
Mutual labels:  simulation
Apbs Pdb2pqr
APBS - software for biomolecular electrostatics and solvation
Stars: ✭ 114 (-10.94%)
Mutual labels:  bioinformatics
Somalier
fast sample-swap and relatedness checks on BAMs/CRAMs/VCFs/GVCFs... "like damn that is one smart wine guy"
Stars: ✭ 128 (+0%)
Mutual labels:  bioinformatics
Sarek
Detect germline or somatic variants from normal or tumour/normal whole-genome or targeted sequencing
Stars: ✭ 124 (-3.12%)
Mutual labels:  bioinformatics
Molecular Design Toolkit
Notebook-integrated tools for molecular simulation and visualization
Stars: ✭ 123 (-3.91%)
Mutual labels:  simulation
Scgen
Single cell perturbation prediction
Stars: ✭ 122 (-4.69%)
Mutual labels:  bioinformatics
Blacklist
Application for making ENCODE Blacklists
Stars: ✭ 119 (-7.03%)
Mutual labels:  bioinformatics
Krakenuniq
🐙 KrakenUniq: Metagenomics classifier with unique k-mer counting for more specific results
Stars: ✭ 123 (-3.91%)
Mutual labels:  bioinformatics
Dna2vec
dna2vec: Consistent vector representations of variable-length k-mers
Stars: ✭ 117 (-8.59%)
Mutual labels:  bioinformatics
Plip
Protein-Ligand Interaction Profiler - Analyze and visualize non-covalent protein-ligand interactions in PDB files according to 📝 Salentin et al. (2015), https://www.doi.org/10.1093/nar/gkv315
Stars: ✭ 123 (-3.91%)
Mutual labels:  bioinformatics
Ngless
NGLess: NGS with less work
Stars: ✭ 115 (-10.16%)
Mutual labels:  bioinformatics
Covasim
COVID-19 Agent-based Simulator (Covasim): a model for exploring coronavirus dynamics and interventions
Stars: ✭ 122 (-4.69%)
Mutual labels:  simulation
Kmer Cnt
Code examples of fast and simple k-mer counters for tutorial purposes
Stars: ✭ 124 (-3.12%)
Mutual labels:  bioinformatics
Masurca
Stars: ✭ 128 (+0%)
Mutual labels:  bioinformatics
Hive
Ethereum end-to-end test harness
Stars: ✭ 127 (-0.78%)
Mutual labels:  simulation

Splatter

Project Status Lifecycle Travis-CI Build Status Coverage Status AppVeyor Build Status R-CMD-check Bioc Years Bioc Stats Bioc Build

Splatter logo

Splatter is an R package for the simple simulation of single-cell RNA sequencing data. Splatter provides a common interface to multiple simulations that have:

  • Functions for estimating simulation parameters
  • Objects for storing those parameters
  • Functions for simulating counts using those parameters

Splatter is built on top of scater and stores simulations in SingleCellExperiment objects. Splatter also has functions for comparing simulations and real datasets.

Installation.

Splatter is available from Bioconductor for R >=3.4.

It can be installed from Bioconductor with:

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

If you wish to build a local version of the vignette use:

BiocManager::install("splatter", build_vignettes=TRUE)

This will also build the vignette and install all suggested dependencies (which aren't required for core functionality).

Getting started

Once installed the best place to get started is the vignette. For most users the most convenient way to access this is online here.

Alternatively, if you chose to build the vignette, you can load Splatter, then browse the vignettes:

library(splatter)
browseVignettes("splatter")

This is a detailed document that introduces the main features of Splatter.

Citing Splatter

If you use Splatter please cite our paper "Zappia L, Phipson B, Oshlack A. Splatter: Simulation Of Single-Cell RNA Sequencing Data. Genome Biology. 2017; doi:10.1186/s13059-017-1305-0".

  @Article{,
    author = {Luke Zappia and Belinda Phipson and Alicia Oshlack},
    title = {Splatter: simulation of single-cell RNA sequencing data},
    journal = {Genome Biology},
    year = {2017},
    url = {http://dx.doi.org/10.1186/s13059-017-1305-0},
    doi = {10.1186/s13059-017-1305-0},
  }
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].