merge_replicates: Merge the replicates of a data.frame together

View source: R/data-prep.R

merge_replicatesR Documentation

Merge the replicates of a data.frame together

Description

Merge the replicates of a data.frame together

Usage

merge_replicates(annot.DF, DF, group = "double", FUN = "rowMeans",
  FUNT, FUNB, ...)

Arguments

annot.DF

annotation dataframe that indicates the organisation of the biological and technical replicates

DF

data.frame

group

"double" (default); "Biological" ("b" or "B"); "Technical" ("t" or "T")

FUN

the function with which the replicates (biological and/or technical) are merged. Default: "rowMeans"

FUNT

function with which the technical replicates are merged

FUNB

function with which the biological replicates are merged

...

not implemented

Value

data.frame


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.