plot.selectionResult {geneSLOPE}R Documentation

Plot selectionResult class object

Description

Plot selectionResult class object

Usage

## S3 method for class 'selectionResult'
plot(x, chromosomeNumber = NULL, clumpNumber = NULL, ...)

Arguments

x

selectionResult class object

chromosomeNumber

optional parameter, only selected chromosome will be plotted

clumpNumber

optional parameter, only SNPs from selected clump will be plotted

...

Further arguments to be passed to or from other methods. They are ignored in this function.

Value

No return value, called for side effects


[Package geneSLOPE version 0.38.2 Index]