rankTFs: Rank the TFs in the output from 'getCMstats'

Description Usage Arguments Value Examples

View source: R/All-functions.R

Description

Rank the TFs in the output from 'getCMstats' using Wilcoxon rank-sum test or a GSEA-like approach.

Usage

1
2
rankTFs(resultsTable, rankMethod = "gsea", makePlot = FALSE,
  plotTitle = "TF ranking")

Arguments

resultsTable

Output from the function 'getCMstats'

rankMethod

"wilcoxon" or "gsea".

makePlot

(Optional) For rankMethod="gsea". If TRUE, generates a plot for TFs with a p-value < 0.05.

plotTitle

(Optional) Title for the plot.

Value

data frame containing:

Examples

1
2
data('stat_mat',package = 'TFEA.ChIP')
rankTFs( stat_mat )

TFEA.ChIP documentation built on Nov. 8, 2020, 5:05 p.m.