All Projects → Oshlack → Splatter Paper

Oshlack / Splatter Paper

Licence: mit
Data and analysis for the Splatter paper

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Splatter Paper

deep-learning-resources
A curated list of deep learning resources books, courses, papers, libraries, conferences, sample code, and many more.
Stars: ✭ 101 (+494.12%)
Mutual labels:  science, paper
openfluid
OpenFLUID framework and applications
Stars: ✭ 19 (+11.76%)
Mutual labels:  science, simulation
sirius
SIRIUS is a software for discovering a landscape of de-novo identification of metabolites using tandem mass spectrometry. This repository contains the code of the SIRIUS Software (GUI and CLI)
Stars: ✭ 32 (+88.24%)
Mutual labels:  science, bioinformatics
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+4676.47%)
Mutual labels:  bioinformatics, science
Jvarkit
Java utilities for Bioinformatics
Stars: ✭ 313 (+1741.18%)
Mutual labels:  bioinformatics, science
Abyss
🔬 Assemble large genomes using short reads
Stars: ✭ 219 (+1188.24%)
Mutual labels:  bioinformatics, science
pypuf
Cryptanalysis of Physically Unclonable Functions
Stars: ✭ 39 (+129.41%)
Mutual labels:  science, simulation
Splatter
Simple simulation of single-cell RNA sequencing data
Stars: ✭ 128 (+652.94%)
Mutual labels:  bioinformatics, simulation
Anvio
An analysis and visualization platform for 'omics data
Stars: ✭ 273 (+1505.88%)
Mutual labels:  bioinformatics, science
qmflows
This library tackles the construction and efficient execution of computational chemistry workflows
Stars: ✭ 35 (+105.88%)
Mutual labels:  science, bioinformatics
Deepvariant
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
Stars: ✭ 2,404 (+14041.18%)
Mutual labels:  bioinformatics, science
Nanopolish
Signal-level algorithms for MinION data
Stars: ✭ 367 (+2058.82%)
Mutual labels:  bioinformatics, science
Awesome Biology
Curated (meta)list of resources for Biology.
Stars: ✭ 174 (+923.53%)
Mutual labels:  bioinformatics, science
Homebrew Bio
🍺🔬 Bioinformatics formulae for the Homebrew package manager (macOS and Linux)
Stars: ✭ 237 (+1294.12%)
Mutual labels:  bioinformatics, science
Rnaseq Workflow
A repository for setting up a RNAseq workflow
Stars: ✭ 170 (+900%)
Mutual labels:  bioinformatics, science
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (+223.53%)
Mutual labels:  science, bioinformatics
Ugene
UGENE is free open-source cross-platform bioinformatics software
Stars: ✭ 112 (+558.82%)
Mutual labels:  bioinformatics, science
Ngless
NGLess: NGS with less work
Stars: ✭ 115 (+576.47%)
Mutual labels:  bioinformatics, science
multiphysics
Interactive Multiphysics Simulation for Everyone
Stars: ✭ 41 (+141.18%)
Mutual labels:  science, simulation
Plantcv
Plant image analysis using OpenCV
Stars: ✭ 352 (+1970.59%)
Mutual labels:  bioinformatics, science

DOI

Splatter paper

Data and analysis for the paper "Splatter: Simulation of Single-cell RNA sequencing data".

Directory structure

  • additional - Supplementary figures and files
  • analysis - Analysis files and output
  • data - Input data files
  • figures - Figures used in the main paper
  • output - Additional intermediate files
  • R - R functions used in analysis

Data

Data files used in the analysis are available in the data.tar.gz file. This file should be extracted to data before attempting to run any of the analysis.

tar -xzvf data.tar.gz

After extraction the data directory will contain the following files:

  • datasets.txt - Metadata about the various datasets
  • Camp.txt - The Camp dataset
  • Engel.tsv - The Engel dataset
  • Klein.csv - The Klein dataset
  • Tung.txt - The Tung dataset
  • Zeisel.txt - The Zeisel dataset

Analysis

The code for completing the analysis shown in the paper is provided as the following Rmarkdown files in the analysis directory:

  • simulations.Rmd - Some examples of Splat simulations.
  • performance.Rmd - Processing time benchmarking.
  • datasets.Rmd - Comparison of simulations based on various datasets.
  • clustering.Rmd - Example evaluation of the SC3 clustering method.
  • supplementary.Rmd - Supplementary figures.

There are two additional Rmd files which are rendered via supplementary.Rmd. These are additional_figures.Rmd which combines the additional figures into a single PDF and sessionInfo.Rmd which outputs the details of all the packages used during the analysis.

Running the analysis files will produce figure files in the figures and additional directories as well as data files in the output directory.

Please be aware that some of the analysis (particularly datasets.Rmd) requires large amounts of resources (processing, memory, time) and may require slight modifications to run in your environment.

R

This directory contains the following functions used in the analysis:

  • load_datasets.R
    • loadDataset - Takes a row from datasets.txt and the path to the data files then returns an expression matrix for that dataset
  • simulate_datasets.R
    • simData - Takes a counts matrix, estimates parameters and simulates data using various models
  • test_genes.R
    • testGenesGoF - Test the goodness of fit for each gene with regards to various distributions
  • utils.R
    • chrRound - Rounds a number for presentation, converting it to a string
    • logistic - Implementation of the logistic function
    • mcri.palettes - List of colour palettes used for some plots
    • mcriPalette - Returns colour palette of particular size
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].