Description Usage Arguments Value Author(s) Examples
plotDesign
returns a plot with different color strips representing
different factors relating to the study design.
genes.
1 | plotDesign(anno, Factors, anno.names = Factors, orderby = NULL)
|
anno |
A dataframe or matrix containing the annotation of the study. |
Factors |
A vector of factors that should be plotted. |
anno.names |
A vector containing the names, the default |
orderby |
A character describing an element in |
plotDesign
returns a plot.
Saskia Freytag
1 2 3 4 5 | library(bladderbatch)
data(bladderdata)
expr.meta <- pData(bladderEset)
plotDesign(expr.meta, c("cancer", "outcome", "batch"),
c("Diagnosis", "Outcome", "Batch"), orderby="batch")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.