Learn R Programming

geneSLOPE (version 0.38.2)

plot.selectionResult: Plot selectionResult class object

Description

Plot selectionResult class object

Usage

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

Value

No return value, called for side effects

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.