Description Usage Arguments Value Note See Also Examples
View source: R/xGSEAconciser.r
xGSEAconciser
is supposed to make GSEA 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 | xGSEAconciser(eGSEA, cutoff = c(0.9, 0.5), verbose = TRUE)
|
eGSEA |
an object of class "eGSEA" |
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 "eGSEA", after redundant terms being removed.
none
1 2 3 4 5 | RData.location <- "http://galahad.well.ox.ac.uk/bigdata"
## Not run:
eGSEA_concise <- xGSEAconciser(eGSEA)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.