what_happened: Print a string describing what happened to this data.

View source: R/expt.R

what_happenedR Documentation

Print a string describing what happened to this data.

Description

Sometimes it is nice to have a string like: log2(cpm(data)) describing what happened to the data.

Usage

what_happened(
  expt = NULL,
  transform = "raw",
  convert = "raw",
  norm = "raw",
  filter = "raw",
  batch = "raw"
)

Arguments

expt

The expressionset.

transform

How was it transformed?

convert

How was it converted?

norm

How was it normalized?

filter

How was it filtered?

batch

How was it batch-corrected?

Value

An expression describing what has been done to this data.

See Also

[create_expt()] [normalize_expt()]


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.