merge_replicates | R Documentation |
Merge the replicates of a data.frame together
merge_replicates(annot.DF, DF, group = "double", FUN = "rowMeans",
FUNT, FUNB, ...)
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 |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.