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

Run checks

parent e376fdec
No related branches found
No related tags found
No related merge requests found
Package: splatter Package: splatter
Type: Package Type: Package
Title: Simple Simulation of Single-cell RNA Sequencing Data Title: Simple Simulation of Single-cell RNA Sequencing Data
Version: 0.5.5 Version: 0.5.6
Date: 2016-10-12 Date: 2016-10-12
Author: Luke Zappia Author: Luke Zappia
Authors@R: as.person(c( Authors@R: as.person(c(
......
...@@ -98,7 +98,7 @@ simLun <- function(params = defaultLunParams(), verbose = TRUE, ...) { ...@@ -98,7 +98,7 @@ simLun <- function(params = defaultLunParams(), verbose = TRUE, ...) {
if (verbose) {message("Simulating cell means...")} if (verbose) {message("Simulating cell means...")}
if (nGroups == 1) { if (nGroups == 1) {
cell.facs <- 2 ^ rnorm(nCells, sd = 0.5) cell.facs <- 2 ^ rnorm(nCells, sd = 0.5)
base.cell.means <- outer(gene.means, cell.facs, "*") cell.means <- outer(gene.means, cell.facs, "*")
} else { } else {
groups <- list() groups <- list()
cell.facs <- list() cell.facs <- list()
......
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