<!-- Generated by pkgdown: do not edit by hand --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>List simulations — listSims • Splatter</title> <!-- jquery --> <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script> <!-- Bootstrap --> <link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/cosmo/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous"> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <!-- Font Awesome icons --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> <!-- clipboard.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script> <!-- sticky kit --> <script src="https://cdnjs.cloudflare.com/ajax/libs/sticky-kit/1.1.3/sticky-kit.min.js" integrity="sha256-c4Rlo1ZozqTPE2RLuvbusY3+SU1pQaJC0TjuhygMipw=" crossorigin="anonymous"></script> <!-- pkgdown --> <link href="../pkgdown.css" rel="stylesheet"> <script src="../pkgdown.js"></script> <link href="../extra.css" rel="stylesheet"> <meta property="og:title" content="List simulations — listSims" /> <meta property="og:description" content="List all the simulations that are currently available in Splatter with a brief description." /> <meta name="twitter:card" content="summary" /> <!-- mathjax --> <script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-52309538-4"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-52309538-4'); </script> </head> <body> <div class="container template-reference-topic"> <header> <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <span class="navbar-brand"> <a class="navbar-link" href="../index.html">Splatter</a> <span class="label label-default" data-toggle="tooltip" data-placement="bottom" title="Released package">1.6.0</span> </span> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> <a href="../index.html"> <span class="fa fa-home fa-lg"></span> </a> </li> <li> <a href="../articles/splatter.html">Get started</a> </li> <li> <a href="../reference/index.html">Reference</a> </li> <li> <a href="../news/index.html">Changelog</a> </li> </ul> <ul class="nav navbar-nav navbar-right"> <li> <a href="https://github.com/Oshlack/splatter"> <span class="fa fa-github fa-lg"></span> </a> </li> </ul> </div><!--/.nav-collapse --> </div><!--/.container --> </div><!--/.navbar --> </header> <div class="row"> <div class="col-md-9 contents"> <div class="page-header"> <h1>List simulations</h1> <small class="dont-index">Source: <a href='https://github.com/Oshlack/splatter/blob/master/R/listSims.R'><code>R/listSims.R</code></a></small> <div class="hidden name"><code>listSims.Rd</code></div> </div> <div class="ref-description"> <p>List all the simulations that are currently available in Splatter with a brief description.</p> </div> <pre class="usage"><span class='fu'>listSims</span>(<span class='kw'>print</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a>Arguments</h2> <table class="ref-arguments"> <colgroup><col class="name" /><col class="desc" /></colgroup> <tr> <th>print</th> <td><p>logical. Whether to print to the console.</p></td> </tr> </table> <h2 class="hasAnchor" id="value"><a class="anchor" href="#value"></a>Value</h2> <p>Invisibly returns a data.frame containing the information that is displayed.</p> <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> <pre class="examples"><div class='input'><span class='fu'>listSims</span>()</div><div class='output co'>#> Splatter currently contains 13 simulations #> #> Splat (splat) #> DOI: 10.1186/s13059-017-1305-0 GitHub: Oshlack/splatter #> The Splat simulation generates means from a gamma distribution, adjusts them for BCV and generates counts from a gamma-poisson. Dropout and batch effects can be optionally added. #> #> Splat Single (splatSingle) #> DOI: 10.1186/s13059-017-1305-0 GitHub: Oshlack/splatter #> The Splat simulation with a single population. #> #> Splat Groups (splatGroups) #> DOI: 10.1186/s13059-017-1305-0 GitHub: Oshlack/splatter #> The Splat simulation with multiple groups. Each group can have it's own differential expression probability and fold change distribution. #> #> Splat Paths (splatPaths) #> DOI: 10.1186/s13059-017-1305-0 GitHub: Oshlack/splatter #> The Splat simulation with differentiation paths. Each path can have it's own length, skew and probability. Genes can change in non-linear ways. #> #> Simple (simple) #> DOI: 10.1186/s13059-017-1305-0 GitHub: Oshlack/splatter #> A simple simulation with gamma means and negative binomial counts. #> #> Lun (lun) #> DOI: 10.1186/s13059-016-0947-7 GitHub: MarioniLab/Deconvolution2016 #> Gamma distributed means and negative binomial counts. Cells are given a size factor and differential expression can be simulated with fixed fold changes. #> #> Lun 2 (lun2) #> DOI: 10.1093/biostatistics/kxw055 GitHub: MarioniLab/PlateEffects2016 #> Negative binomial counts where the means and dispersions have been sampled from a real dataset. The core feature of the Lun 2 simulation is the addition of plate effects. Differential expression can be added between two groups of plates and optionally a zero-inflated negative-binomial can be used. #> #> scDD (scDD) #> DOI: 10.1186/s13059-016-1077-y GitHub: kdkorthauer/scDD #> The scDD simulation samples a given dataset and can simulate differentially expressed and differentially distributed genes between two conditions. #> #> BASiCS (BASiCS) #> DOI: 10.1371/journal.pcbi.1004333 GitHub: catavallejos/BASiCS #> The BASiCS simulation is based on a bayesian model used to deconvolve biological and technical variation and includes spike-ins and batch effects. #> #> mfa (mfa) #> DOI: 10.12688/wellcomeopenres.11087.1 GitHub: kieranrcampbell/mfa #> The mfa simulation produces a bifurcating pseudotime trajectory. This can optionally include genes with transient changes in expression and added dropout. #> #> PhenoPath (pheno) #> DOI: 10.1101/159913 GitHub: kieranrcampbell/phenopath #> The PhenoPath simulation produces a pseudotime trajectory with different types of genes. #> #> ZINB-WaVE (zinb) #> DOI: 10.1101/125112 GitHub: drisso/zinbwave #> The ZINB-WaVE simulation simulates counts from a sophisticated zero-inflated negative-binomial distribution including cell and gene-level covariates. #> #> SparseDC (sparseDC) #> DOI: 10.1093/nar/gkx1113 GitHub: cran/SparseDC #> The SparseDC simulation simulates a set of clusters across two conditions, where some clusters may be present in only one condition. #> </div></pre> </div> <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> <h2>Contents</h2> <ul class="nav nav-pills nav-stacked"> <li><a href="#arguments">Arguments</a></li> <li><a href="#value">Value</a></li> <li><a href="#examples">Examples</a></li> </ul> </div> </div> <footer> <div class="copyright"> <p>Developed by Luke Zappia, Belinda Phipson, Alicia Oshlack.</p> </div> <div class="pkgdown"> <p>Site built with <a href="http://pkgdown.r-lib.org/">pkgdown</a>.</p> </div> </footer> </div> </body> </html>