View source: R/gisticComapre.R
gisticCompare | R Documentation |
compare two GISTIC objects
gisticCompare(
g1,
g2,
g1Name = NULL,
g2Name = NULL,
minEvent = 5,
pseudoCount = FALSE
)
g1 |
first |
g2 |
second |
g1Name |
optional name for first cohort |
g2Name |
optional name for second cohort |
minEvent |
Consider only cytobands with minimum this number of samples altered in at least one of the cohort for analysis. Helpful to ignore single mutated genes. Default 5. |
pseudoCount |
If TRUE, adds 1 to the contingency table with 0's to avoid 'Inf' values in the estimated odds-ratio. |
Performs fisher test on 2x2 contingency table generated from two GISTIC objects
result list
forestPlot
lollipopPlot2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.