View source: R/dge_CleanPathfinder.R
dge_CleanPathfinder | R Documentation |
Small cleaning function to do things like wrap long pathway names, and filter on fold enrichment scores and gene counts to get rid of irrelevant pathways.
dge_CleanPathfinder(pathRes, wrap = 35, foldChange = 1, geneCount = 20)
pathRes |
Dataframe, output of dge_RunPathfinder(). |
wrap |
Numeric, max number of characters in a pathway name before wrapping to a new line. |
foldChange |
Numeric, keep only pathways with a fold enrichment over this number. |
geneCount |
Numeric, keep only pathways with a gene count over this number. |
Dataframe with the above cleaning steps applied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.