cptPlot {GISPA} | R Documentation |
Scatterplot representation of identified change points on the estimated profile statistics within the data
cptPlot(psv, cut.pts)
psv |
: A data vector of estimated profile statistics on which changepoints are identified |
cut.pts |
: The estimated profile statistics cutoffs corrosponding to the locations in psv |
This function expects 'gispa.output' profile statistics output from GISPA.R main function
Plot representing all the identified gene sets by change points in the data
Bhakti Dwivedi & Jeanne Kowalski
x <- runif(100, 0.0, 1.0) y <- c(0.2, 0.6, 0.8) cpt.plot <- cptPlot(psv=x,cut.pts=y)