Description Usage Arguments Value Note See Also Examples
View source: R/xEnrichConciser.r
xEnrichConciser
is supposed to make enrichment results conciser
by removing redundant terms. A redundant term (called 'B') is claimed
if its overlapped part (A&B) with a more significant term (called 'A')
meets both criteria: 1) |A&B| > 0.9*|B|; and 2) |A&B| > 0.5*|A|.
1 | xEnrichConciser(eTerm, cutoff = c(0.9, 0.5), verbose = T)
|
eTerm |
an object of class "eTerm" |
cutoff |
a cutoff vector used to remove redundant terms. By default, it has the first element 0.9 and the second element 0.5. It means, for a term (less significant; called 'B'), if there is a more significant term (called 'A'), their overlapped members cover at least 90 this term B will be defined as redundant and thus being removed |
verbose |
logical to indicate whether the messages will be displayed in the screen. By default, it sets to false for no display |
an object of class "eTerm", after redundant terms being removed.
none
1 2 3 4 | ## Not run:
eTerm_concise <- xEnrichConciser(eTerm)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.