loadData: Load the fractionated proteomics data

Description Usage Arguments Value Examples

View source: R/load.data.R

Description

Sampled median normalized TMT ratios are checked if there is any "NA" valeus. If any, the corresponding row is filtered out. Later, the data is normalized by taking log2.

Usage

1
loadData(protein.data)

Arguments

protein.data

data.frame; fractionated proteomics data where data contains 10 columns of duplicated 5 fractionations and rownames must be gene-centric protein names

Value

protein.data.df

Examples

1
2
3
4
{

df <- loadData(SubCellBarCode::hcc827Ctrl[1:20,])
}

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