Skip to content
Snippets Groups Projects
Commit 47b2b28e authored by Luke Zappia's avatar Luke Zappia
Browse files

Merge branch 'master' into basics

* master:
  Add extra.css
  Add index.md
  Add reference index
  Add _pkgdown.yml
  Add basic site
  Fix group factors bug
parents 7000ddc6 9aea6a1c
No related branches found
No related tags found
No related merge requests found
Showing
with 2156 additions and 43 deletions
......@@ -4,4 +4,7 @@
^codecov\.yml$
^appveyor\.yml$
^NEWS\.md$
^\.git*
\ No newline at end of file
^\.git*
^docs$
^_pkgdown\.yml$
^pkgdown$
Package: splatter
Type: Package
Title: Simple Simulation of Single-cell RNA Sequencing Data
Version: 1.1.3
Date: 2017-07-20
Version: 1.1.4
Date: 2017-08-04
Author: Luke Zappia
Authors@R:
c(person("Luke", "Zappia", role = c("aut", "cre"),
......
# 1.1.3
## Version 1.1.4 (2017-08-04)
* Fix group factors bug
## Version 1.1.3 (2017-07-20)
* Add verbose option to scDDEstimate
* Change "mean-dropout" to "mean-zeros" in compareSCESets
# 1.1.2
## Version 1.1.2 (2017-07-16)
* Update summariseDiff
* Update scDDEstimate, now estimates gene types
* Fix error in lun2Estimate
* Import SummarizedExperiment to avoid warnings
# 1.1.1
## Version 1.1.1 (2017-07-07)
* Add batch effects to Splat simulation
* Make Splat group assignment probabilistic
* Update SplatParams with new parameters
# 1.1.0
## Version 1.1.0 (2017-07-07)
* Bioconductor 3.6 devel
# 1.0.3
## Version 1.0.3 (2017-05-26)
* Update citation
# 1.0.2
## Version 1.0.2 (2017-05-15)
* Fix error handling when fitting means
# 1.0.1
## Version 1.0.1 (2017-04-28)
* Fix scales in some difference plots
* Fix colours in difference plots
* Fix panel legends
# 1.0.0
# Version 1.0.0 (2017-04-28)
* Bioconductor 3.5 release
# 0.99.15
## Version 0.99.15 (2017-04-14)
* Add summariseDiff function
* Add BPPARAM argument to scDDSimulate
......@@ -46,19 +50,19 @@
* Add limits to zeros diff plots
* Remove estimation of dropout.present
# 0.99.14
## Version 0.99.14 (2017-03-28)
* Add functions for making comparison panels
* Add panel section to vignette
* Change variance plot scale (for consistency)
# 0.99.13
## Version 0.99.13 (2017-03-25)
* Modify how Lun2Params stores gene paramters to use data.frame
* Move sampling of genes/cells to lun2Simulate
* Return to old Lun2 nGenes estimate
# 0.99.12
## Version 0.99.12 (2017-03-22)
* Add diffSCESets function
* Update compareSCESets plots
......@@ -66,127 +70,127 @@
* Modify how addFeatureStats names columns
* Add infinte bcv.df warning to splatSimulate
# 0.99.11
## Version 0.99.11 (2017-03-20)
* Add parallel option to lun2Estimate
* Allow non-integer library sizes in Lun2Params
* Adjust dropout eta value
* Adjust comparison plots
# 0.99.10
## Version 0.99.10 (2017-03-07)
* Improve Splat estimation procedure
* Update default Splat parameters
* Remove out.loProb Splat parameter
* Add MeanZeros plot to compareSCESets
# 0.99.9
## Version 0.99.9 (2017-02-02)
* Add addGeneLengths function
* Update scDD reference
# 0.99.8
## Version 0.99.8 (2017-01-23)
* Fix bug that meant non-linear path factors weren't stored in output
# 0.99.7
## Version 0.99.7 (2017-01-10)
* Small changes to avoid NOTEs and reduce check time
# 0.99.6
## Version 0.99.6 (2016-12-29)
* Add installation to vignette
* Add detail about counts matrix to vignette
* Replace 1:x with seq_len/seq_along
# 0.99.5
## Version 0.99.5 (2016-12-28)
* Set R_TESTS environment
# 0.99.4
## Version 0.99.4 (2016-12-23)
* Version bump to start build
# splatter 0.99.3
## Version 0.99.3 (2016-12-21)
* Fix to match Bioconductor version of scDD
* Add logo to repository
# splatter 0.99.2
## Version 0.99.2 (2016-12-13)
* Add rownames, colnames to matrices in splatSimulate, lunSimulate
* Bump R version to 3.4
# splatter 0.99.1
## Version 0.99.1 (2016-12-12)
* Address Biocondutor build warnings, notes
# splatter 0.99.0
# Version 0.99.0 (2016-12-05)
* Submit to Bioconductor
# splatter 0.12.1
## Version 0.12.1 (2016-11-25)
* Fix bug in compareSCESets
* Dataset order is now kept in plots
# splatter 0.12.0
## Version 0.12.0 (2016-10-25)
* Add compareSCESets function
* Update vignette
* Fix LunParams validity bug
* Add logo
# splatter 0.11.1
## Version 0.11.1 (2016-11-23)
* Fix bug in splatSimulatePaths that caused NAs
# splatter 0.11.0
## Version 0.11.0 (2016-11-22)
* Make compatible with Bioconductor 3.4
# splatter 0.10.1
## Version 0.10.1 (2016-10-17)
* Fix error for SCESets in lun2Estimate, scDDEstimate
# splatter 0.10.0
## Version 0.10.0 (2016-10-16)
* Add listSims function
* Add vignette
# splatter 0.9.0
## Version 0.9.0 (2016-10-15)
* Add scDD simulation
# splatter 0.8.0
## Version 0.8.0 (2016-10-15)
* Add Lun2 simulation
# splatter 0.7.0
## Version 0.7.0 (2016-10-14)
* Redesign how parameters are stored
* Each simulation now has it's own S4 Params class
* Modify exisiting simulations to use new parameter objects
# splatter 0.6.0
## Version 0.6.0 (2016-10-12)
* Add Lun simulation
* Modify splatParams to take Lun parameters
# splatter 0.5.0
## Version 0.5.0 (2016-10-12)
* Add simple simulation
# splatter 0.4.0
## Version 0.4.0 (2016-10-12)
* Add splatter simulations
* Modify some parts of splatParams and fix bugs
# splatter 0.3.0
## Version 0.3.0 (2016-10-06)
* Added parameter estimation functions
# splatter 0.2.0
## Version 0.2.0 (2016-10-06)
* Added splatParams object
* Added functions for interacting with splatParams
......@@ -501,7 +501,7 @@ splatSimGroupCellMeans <- function(sim, params) {
cell.names <- pData(sim)$Cell
gene.names <- fData(sim)$Gene
groups <- pData(sim)$Group
group.names <- unique(groups)
group.names <- sort(unique(groups))
exp.lib.sizes <- pData(sim)$ExpLibSize
batch.means.cell <- get_exprs(sim, "BatchCellMeans")
......@@ -535,7 +535,6 @@ splatSimPathCellMeans <- function(sim, params) {
path.nonlinearProb <- getParam(params, "path.nonlinearProb")
path.sigmaFac <- getParam(params, "path.sigmaFac")
groups <- pData(sim)$Group
group.names <- unique(groups)
exp.lib.sizes <- pData(sim)$ExpLibSize
batch.means.cell <- get_exprs(sim, "BatchCellMeans")
......
title: Splatter
url: http://oshlack.github.io/splatter
template:
params:
bootswatch: cosmo
ganalytics: UA-52309538-4
reference:
- title: Parameters
desc: Parameters functions and classes
contents:
- '`getParam`'
- '`getParams`'
- '`Lun2Params`'
- '`LunParams`'
- '`newParams`'
- '`Params`'
- '`SCDDParams`'
- '`SimpleParams`'
- '`SplatParams`'
- '`setParam`'
- '`setParams`'
- title: Estimation
desc: Functions for estimating parameters
contents:
- '`lun2Estimate`'
- '`lunEstimate`'
- '`scDDEstimate`'
- '`simpleEstimate`'
- '`splatEstBCV`'
- '`splatEstDropout`'
- '`splatEstimate`'
- '`splatEstLib`'
- '`splatEstMean`'
- '`splatEstOutlier`'
- title: Simulation
desc: Functions for simulating datasets
contents:
- '`lun2Simulate`'
- '`lunSimulate`'
- '`scDDSimulate`'
- '`simpleSimulate`'
- '`splatSimBatchCellMeans`'
- '`splatSimBatchEffects`'
- '`splatSimBCVMeans`'
- '`splatSimCellMeans`'
- '`splatSimDE`'
- '`splatSimDropout`'
- '`splatSimGeneMeans`'
- '`splatSimLibSizes`'
- '`splatSimTrueCounts`'
- '`splatSimulate`'
- title: Comparison functions
desc: Functions for comparing datasets
contents:
- '`compareSCESets`'
- '`diffSCESets`'
- '`makeCompPanel`'
- '`makeDiffPanel`'
- '`makeOverallPanel`'
- '`summariseDiff`'
- title: Other exported functions
desc: Additional functions exported by Splatter
contents:
- '`addFeatureStats`'
- '`addGeneLengths`'
- '`listSims`'
- title: Internals
desc: Internal functions and helpers
contents:
- '`bridge`'
- '`expandParams`'
- '`getLNormFactors`'
- '`getPathOrder`'
- '`logistic`'
- '`rbindMatched`'
- '`setParamsUnchecked`'
- '`setParamUnchecked`'
- '`showPP`'
- '`winsorize`'
This diff is collapsed.
<!-- 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>Articles • 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">
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../jquery.sticky-kit.min.js"></script>
<script src="../pkgdown.js"></script>
<link href="../extra.css" rel="stylesheet">
<!-- 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]-->
<!-- Google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52309538-4', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container template-vignette-index">
<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>
<a class="navbar-brand" href="../index.html">splatter</a>
</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">News</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="page-header">
<h1>Articles <small>version&nbsp;1.1.4</small></h1>
</div>
<div class="row">
<div class="col-md-9">
<div class="section ">
<h3>All vignettes</h3>
<p class="section-desc"></p>
<ul>
<li><a href="splatter.html">Introduction to Splatter</a></li>
</ul>
</div>
</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://hadley.github.io/pkgdown/">pkgdown</a>.</p>
</div>
</footer>
</div>
</body>
</html>
docs/articles/splatter-logo-small.png

851 KiB

This diff is collapsed.
docs/articles/splatter_files/figure-html/batch-groups-1.png

88.3 KiB

docs/articles/splatter_files/figure-html/batches-1.png

97.5 KiB

docs/articles/splatter_files/figure-html/comparison-libsize-features-1.png

60.2 KiB

docs/articles/splatter_files/figure-html/comparison-means-1.png

55.8 KiB

docs/articles/splatter_files/figure-html/difference-1.png

57.6 KiB

docs/articles/splatter_files/figure-html/difference-qq-1.png

97.5 KiB

docs/articles/splatter_files/figure-html/groups-1.png

95.9 KiB

docs/articles/splatter_files/figure-html/paths-1.png

97.6 KiB

docs/articles/splatter_files/figure-html/pca-1.png

63.8 KiB

<!-- 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>Citation and Authors • 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">
<!-- pkgdown -->
<link href="pkgdown.css" rel="stylesheet">
<script src="jquery.sticky-kit.min.js"></script>
<script src="pkgdown.js"></script>
<link href="extra.css" rel="stylesheet">
<!-- 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]-->
<!-- Google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52309538-4', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container template-citation-authors">
<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>
<a class="navbar-brand" href="index.html">splatter</a>
</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">News</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="contents col-md-9">
<div class="page-header">
<h1>Citation</h1>
</div>
<p>Zappia L, Phipson B and Oshlack A (2017).
&ldquo;Splatter: Simulation Of Single-Cell RNA Sequencing Data.&rdquo;
<em>bioRxiv</em>.
doi: <a href="http://doi.org/10.1101/133173">10.1101/133173</a>, <a href="http://dx.doi.org/10.1101/133173">http://dx.doi.org/10.1101/133173</a>.
</p>
<pre>@Article{,
author = {Luke Zappia and Belinda Phipson and Alicia Oshlack},
title = {Splatter: Simulation Of Single-Cell RNA Sequencing Data},
journal = {bioRxiv},
year = {2017},
url = {http://dx.doi.org/10.1101/133173},
doi = {10.1101/133173},
}</pre>
<div class="page-header">
<h1>Authors</h1>
</div>
<ul class="list-unstyled">
<li>
<p><strong>Luke Zappia</strong>. Author, maintainer.
</p>
</li>
<li>
<p><strong>Belinda Phipson</strong>. Author.
</p>
</li>
<li>
<p><strong>Alicia Oshlack</strong>. Author.
</p>
</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://hadley.github.io/pkgdown/">pkgdown</a>.</p>
</div>
</footer>
</div>
</body>
</html>
.fl {color: blue;}
.fu {color: #00ADEF;} /* function */
.ch,.st {color: #F47920;} /* string */
.kw {color: #7A52C7;} /* keyword */
.co {color: #8DC63F;} /* comment */
.message { color: gray; font-weight: bolder;}
.error { color: red; font-weight: bolder;}
.warning { color: purple; font-weight: bolder;}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment