Skip to contents

Creates an Analysis S3 class object.

Usage

Analysis(
  name = NA_character_,
  replicate = NA_character_,
  blank = NA_character_
)

Arguments

name

Character of length one with the name of the analysis.

replicate

Character of length one with the analysis replicate group name.

blank

Character of length one with the associated blank replicate group name.

Value

An Analysis S3 class object.