Description Usage Arguments Value See Also Examples
View source: R/plotPatternMarkers.R
plotPatternMarkers
1 2 3 | plotPatternMarkers(data = NA, patternMarkers = PatternMarkers,
patternPalette = NA, sampleNames = NA, samplePalette = NA,
colDenogram = TRUE, heatmapCol = "bluered", scale = "row", ...)
|
data |
<the dataset from which the patterns where generated> |
patternMarkers |
<the list of genes generated from the patternMarkers function> |
patternPalette |
<a vector indicating what color should be used for each pattern> |
sampleNames |
<names of the samples to use for labeling > |
samplePalette |
< a vector indicating what color should be used for each sample> |
heatmap of the data
values for the patternMarkers
1 2 3 4 5 | ## Not run:
plotPatternMarkers(data=p,patternMarkers=PatternMarkers,patternPalette=NA,sampleNames=pd$sample,
samplePalette=pd$color,colDenogram=TRUE,heatmapCol="bluered", scale='row')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.