build_eset_normaliser: create a function that can normalise an ExpressionSet...

Description Usage Arguments

View source: R/normalisation_functions.R

Description

create a function that can normalise an ExpressionSet (optionally converting the input dataset to an ExpressionSet beforehand)

Usage

1
2
3
build_eset_normaliser(eset_making_fn = identity,
  normalise_fn = c("none", "quantile"),
  log_checking_fn = check_if_pretransformed_eset)

Arguments

eset_making_fn

A function to convert a dataset to an ExpressionSet. If the user is already working with an ExpressionSet, just use identity (the default). Otherwise, you might use oligo::rma.

normalise_fn

A function to normalise an ExpressionSet. Options are 'quantile' (for quantile normalisation) and 'none' (for do not modify; the default).

log_checking_fn

A function that can determine whether an ExpressionSet is already log-transformed. This helps prevent you from log-transforming an already log-transformed dataset, and from forgetting to log-transform and non-transformed dataset.


russHyde/miiq documentation built on Dec. 25, 2019, 10:56 a.m.