loadData {SubCellBarCode}R Documentation

Load the fractionated proteomics data

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

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

{

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

[Package SubCellBarCode version 0.99.27 Index]