View source: R/pathway_analysis.R
prepare_rnk | R Documentation |
Prepare .rnk file for GSEA preranked analysis
prepare_rnk(teststats, outputfile, replace = FALSE)
teststats |
a data.frame containing differential expression results with five columns: "Gene name", "log2 fold change", "log2 average expression",
"p value", "adjusted p value". The second element of the output from function |
outputfile |
full path including file name to .rnk file. |
replace |
a logical value indicating whether to replace the output file if it already exists. Default to FALSE. |
No return value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.