View source: R/checkReplicates.R
checkReplicates | R Documentation |
This function allows you to check for any replicates in data. If present then merge expression of samples by median provided mergeReplicates=TRUE
checkReplicates(data_object, mergeReplicates = FALSE)
data_object |
Input PALMO S4 object. Contains annotation table and expression matrix or data frame. Rows represent gene/proteins column represents participant samples (same as annotation table Sample column) |
mergeReplicates |
Merge replicates expression data by Median. Default FALSE |
PALMO object with merged replicates
## Not run: palmo_obj=checkReplicates(data_object=palmo_obj, mergeReplicates=TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.