CreateRandomSyn: This is the top-level function to create a set of spectra...

View source: R/CreateRandom.R

CreateRandomSynR Documentation

This is the top-level function to create a set of spectra from random signatures.

Description

This is the top-level function to create a set of spectra from random signatures.

Usage

CreateRandomSyn(
  top.level.dir,
  seed = 1443196,
  regress.dir = "data-raw/long.test.regression.data/syn.30.random.sigs/",
  num.syn.tumors = 1000,
  overwrite = FALSE,
  unlink = FALSE,
  verbose = FALSE
)

Arguments

top.level.dir

Directory in which to put all results. It will be created if necessary.

seed

Use default for regression testing.

regress.dir

If not NULL compare the known results in this directory with the created results in top.level.dir.

num.syn.tumors

Total number of synthetic tumors to create. Use the default for regression testing.

overwrite

If TRUE overwrite existing files and directories.

unlink

If TRUE unlink the created directory after the regression test.

verbose

If TRUE print a few informative messages.


steverozen/SynSigGen documentation built on April 1, 2022, 8:54 p.m.