calRowMean: Compute the means of replicates

Description Usage Arguments Value Examples

View source: R/calRowMean.R

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

1
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

1
2
3
4
5
{

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

}

SubCellBarCode documentation built on Nov. 8, 2020, 5:26 p.m.