powered by
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)
PALMO object with merged replicates
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)
Merge replicates expression data by Median. Default FALSE
if (FALSE) { palmo_obj=checkReplicates(data_object=palmo_obj, mergeReplicates=TRUE) }
Run the code above in your browser using DataLab