merge_biol_rep: Merge the biological replicates in a data.frame together

View source: R/data-prep.R

merge_biol_repR Documentation

Merge the biological replicates in a data.frame together

Description

Merge the biological replicates in a data.frame together

Usage

merge_biol_rep(annotDF, DF, FUN = "rowMeans", alone = FALSE, ...)

Arguments

annotDF

annotation dataframe that indicates the organisation of the biological replicates

DF

data.frame

FUN

the function with which the replicates biological are merged. Default: "rowMeans"

alone

if all the columns are replicates of a single sample; default=FALSE

...

not implemented

Value

a data.frame


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