calRowMean {SubCellBarCode}R Documentation

Compute the means of replicates

Description

Duplicated franctions A and B are summarized by taking their mean for each protein. After taking the mean, the data log2 transformed. Further, the 5 main fractions are used to check correlation between input datas. It is a helper function.

Usage

calRowMean(d.df)

Arguments

d.df

data.frame; A data frame of 10 fraction profiles consisting of replicate A and B.

Value

r.df

Examples

{

r.df <- calRowMean(SubCellBarCode::hcc827Ctrl)

}

[Package SubCellBarCode version 1.0.0 Index]