Learn R Programming

geneSLOPE (version 0.38.2)

plot.clumpingResult: Plot clumpingResult class object

Description

Plot clumpingResult class object

Usage

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

Value

No return value, called for side effects

Arguments

x

clumpingResult 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.