Learn R Programming

PALMO (version 0.1.2)

checkReplicates: checkReplicates Function

Description

This function allows you to check for any replicates in data. If present then merge expression of samples by median provided mergeReplicates=TRUE

Usage

checkReplicates(data_object, mergeReplicates = FALSE)

Value

PALMO object with merged replicates

Arguments

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

Examples

Run this code
if (FALSE) {
palmo_obj=checkReplicates(data_object=palmo_obj, mergeReplicates=TRUE)
}

Run the code above in your browser using DataLab