View source: R/normalize_nopair_noctrl_by_colmed.R
normalize_nopair_noctrl_by_colmed | R Documentation |
For data without pairs and control, normalize them to the median.
normalize_nopair_noctrl_by_colmed(data_frame)
data_frame |
a data frame as input. |
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_nopair_noctrl_by_colmed.RData" load_data <- load_data_with_ftp(ftp_url, 'RData') writeBin(load_data, "normalize_nopair_noctrl_by_colmed.RData") load("normalize_nopair_noctrl_by_colmed.RData") phospho_data_normalize_by_column <- normalize_nopair_noctrl_by_colmed( phospho_data_normalized ) head(phospho_data_normalize_by_column) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.