ggheat.make.groups
splits eset into list of esets based on phenotype label, do clustering within groupsR/ggheat.continuous.R
ggheat.make.groups.Rd
ggheat.make.groups
splits eset into list of esets based on phenotype label, do clustering within groups
ggheat.make.groups(eset, labelcol, labelvals, clustFUN, fixRowOrd = TRUE)
eset | expression set |
---|---|
labelcol | column name for grouping in pData(eset) |
labelvals | values to group on (e.g. factor levels of pData(eset)[, labelcol]) clustFUN clustering function for eset, e.g. clust_eset |