get_kses | R Documentation |
computing kinase-substrate enrichment significance (pvalue)
get_kses(substate_vector, regulons_of_kinase, trial = 1000)
substate_vector |
a vector for substrates with values identified in current experiments. |
regulons_of_kinase |
a vector for substrates of a specific kinase, which identified in current experiments. |
trial |
a numeric for the number of random samples, the default is 1000. |
A list for expected enrichment scores and its significance
Dongdong Zhan and Mengsha Tong
Hernandez-Armenta C et al. Benchmarking substrate-based kinase activity inference using phosphoproteomic data[J]. Bioinformatics, 2017, 33(12): 1845-1851.
## Not run: ftp_url <- "ftp://111.198.139.72:4000/pub/PhosMap_datasets/function_demo_data/get_kses.RData" load_data <- load_data_with_ftp(ftp_url, 'RData') writeBin(load_data, "get_kses.RData") load("get_kses.RData") ksea_result_i_l <- get_kses( ptypes_data_ratio_in_single_exp_desc, regulons_i_l, 1000 ) head(ksea_result_i_l) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.