- maf
maf object generated by read.maf
- top
check for interactions among top 'n' number of genes. Defaults to top 25. genes
- genes
List of genes among which interactions should be tested. If not provided, test will be performed between top 25 genes.
- pvalue
Default c(0.05, 0.01) p-value threshold. You can provide two values for upper and lower threshold.
- getMutexMethod
Method for the `getMutex` function (by default "ShiftedBinomial")
- getMutexMixed
Mixed parameter for the `getMutex` function (by default TRUE)
- returnAll
If TRUE returns test statistics for all pair of tested genes. Default FALSE, returns for only genes below pvalue threshold.
- geneOrder
Plot the results in given order. Default NULL.
- fontSize
cex for gene names. Default 0.8
- showSigSymbols
Default TRUE. Heighlight significant pairs
- showCounts
Default FALSE. Include number of events in the plot
- countStats
Default 'all'. Can be 'all' or 'sig'
- countType
Default 'all'. Can be 'all', 'cooccur', 'mutexcl'
- countsFontSize
Default 0.8
- countsFontColor
Default 'black'
- colPal
colPalBrewer palettes. Default 'BrBG'. See RColorBrewer::display.brewer.all() for details
- showSum
show [sum] with gene names in plot, Default TRUE
- colNC
Number of different colors in the palette, minimum 3, default 9
- nShiftSymbols
shift if positive shift SigSymbols by n to the left, default 5
- sigSymbolsSize
size of symbols in the matrix and in legend. Default 2
- sigSymbolsFontSize
size of font in legends. Default 0.9
- pvSymbols
vector of pch numbers for symbols of p-value for upper and lower thresholds c(upper, lower). Default c(46, 42)
- limitColorBreaks
limit color to extreme values. Default TRUE