View source: R/phospho_input.R
This function imports, clean, and prepare phosphoproteomic data for NetworKIN and IV-KEA.
1 2 3 4 5 6 7 8 | phospho_input(
phospho_file = "phospho_human.xlsx",
species = "hsa",
phosphosites_column = "PhosphoSite",
log2_column = "Log2",
fdr_column = "Adj. Pvalue",
output_folder = "myexperiment/"
)
|
phospho_file |
|
species |
|
phosphosites_column |
|
log2_column |
|
fdr_column |
|
output_folder |
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.