simStats: Writes a table of metrics comparing two vectors

Description Usage Arguments Value

View source: R/AllGenerics.R

Description

Writes a table of metrics comparing two vectors

Usage

1
simStats(x, y, ANALYSIS_NAME, fname, clean = T, norm = F, incZeros = F)

Arguments

x

A numeric vector of observed values.

y

A numeric vector of expected values (same length as 'x').

ANALYSIS_NAME

The name of the analysis pipeline

fname

The filename for saving the metrics

clean

Logical, whether to clean the data (default TRUE), see isCleanData.

norm

Logical, whether to linearly normalize the two vectors before comparison (default FALSE).

incZeros

Logical, whether to keep 0 values (default TRUE).

Value

Nothing.


plger/RNAontheBENCH documentation built on May 25, 2019, 8:22 a.m.