merge_biol_rep | R Documentation |
Merge the biological replicates in a data.frame together
merge_biol_rep(annotDF, DF, FUN = "rowMeans", alone = FALSE, ...)
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 |
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.