Plot dot plots of features where both clusters are significantly different from the reference cluster without processing data before hand
difMarkerPlots(data, clusters, markers, diffclust, strat)
data
: output from call to allmeds functionclusters
: clusterIDs of the desired clusters to compare and plotmarkers
: indices of the columns of the data matrix for features to be analysediffclust
: clusterID of for cluster to statisticaly compare others tostrat
: clusterIDs for stratifying clusters as indicated by Citrus resultsDot plots for all features where both clusters are significantly different from the reference cluster
library(mineCitrus) data("citrus.combinedFCSSet") data("citrus.foldClustering") data("citrus.foldFeatureSet") meds<-allmeds(citrus.combinedFCSSet=citrus.combinedFCSSet, citrus.foldClustering=citrus.foldClustering, citrus.foldFeatureSet=citrus.foldFeatureSet) graphs<-difMarkerPlots(data=meds,clusters=c(19999,19972,19988), markers=c(2,3),diffclust=19999,strat=19999)
Useful links