simulate.counts: simulate.counts

Description Usage Arguments Value

View source: R/simulation.R

Description

simulate.counts

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S3 method for class 'counts'
simulate(
  ngenes,
  nlibs1,
  nlibs2,
  percentDE = 0.5,
  expected.lib.size = rep(1.1e+07, nlibs),
  fc = 2,
  random.seed = NULL,
  use.invChisq = TRUE,
  symmetric = FALSE,
  partiallyAsymm = TRUE,
  completelyAsymm = FALSE
)

Arguments

random.seed

[NULL]

use.invChisq

[TRUE] Use inverse chi-square or log-normal dispersion

symmetric

Symmetric conditions have the same number of up-regulated genes

Value

an object with 'counts' and 'differential'. 'counts' is the samples x genes matrix


ttdtrang/gbnorm documentation built on Dec. 23, 2021, 1:01 p.m.