powered by
Draws a heatmap from an RPPA data set and adds column side colors visualizing groups of selected phenodata.
rppaList2Heatmap(x, sampledescription = "sample", side.color = "tissue", remove = c("blank", "protein", "Abmix"), distance = "eucsq", dendros = "both", cutoff = 0.005, fileName = NULL, cols = colorpanel(100, low = "blue", mid = "yellow", high = "red"), hclust.method="ward", scale = "row")
generates a PDF file
List with RPPA data set, aggregatedreplicates
character describing the sample identifier
character describing the parameter for the side colors of the heatmap
character describing the arrays that should removed from the heatmap data
character describing the method for the dendrogram
character: "both" for row and column dendrogram
numeric describing the percentage that are identified as outliers for the heatmap color distribution
character for the file where the pdf file will be stored. If NULL, plot to standard plotting device.
color key for the heatmap
The method to be used for cluster agglomeration. Defaults to ward. See help of hclust for options.
ward
hclust
String. Either row, column, both or none for row or column, both or no scaling, respectively.
row, column, both or none
Heiko Mannsperger <h.mannsperger@dkfz.de>
if (FALSE) { library(RPPanalyzer) data(dataIII) dataIII_median <- sample.median(dataIII) rppaList2Heatmap(dataIII_median) }
Run the code above in your browser using DataLab