View source: R/normalize_to_Pair.R
normalize_to_Pair | R Documentation |
For data with pairs, normalize them to the sample with flag eaqul to -1.
normalize_to_Pair(data_frame, experiment_design_file)
data_frame |
a data frame as input. |
experiment_design_file |
a data frame for design of experiment. |
A data frame after normalization.
## The process needs to load data from PhosMap datasets stored into FTP server and perform large computation. ## It may take a few minutes. if(FALSE){ ftp_url <- "ftp://111.198.139.72:4000/pub/PhosMap_datasets/function_demo_data/normalize_to_Pair.RData" load_data <- load_data_with_ftp(ftp_url, 'Rdata') writeBin(load_data, "normalize_to_Pair.RData") load("normalize_to_Pair.RData") phospho_data_normalize_by_column <- normalize_to_Pair( phospho_data_normalized, pairing_phosphorylation_experiment_design_file ) head(phospho_data_normalize_by_column) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.