WriteSynSigParams: Write key parameters describing exposures due to a signature...

View source: R/CreateSynData.R

WriteSynSigParamsR Documentation

Write key parameters describing exposures due to a signature to a file. The parameters written are prevalence, mean(log(exposure)), and sd(log(exposure)).

Description

Write key parameters describing exposures due to a signature to a file.

The parameters written are prevalence, mean(log(exposure)), and sd(log(exposure)).

Usage

WriteSynSigParams(
  params,
  file,
  append = FALSE,
  col.names = ifelse(append, FALSE, NA)
)

Arguments

params

The parameters to write.

file

The path to the file to write.

append

Whether to append to or overwrite file if it already exists.

col.names

If NA, add column names.


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