Returns a ggplot2 plot object representing a matrix of significant features. This is a useful synopsis of all significant pairwise comparisons within the dataset.
a<-readCufflinks(system.file("extdata", package="cummeRbund")) #Create CuffSet object from sample data d<-sigMatrix(a) #Create csDensity plot d #Render plot