Description Usage Arguments Value Author(s) Examples
Given an annotation of gene positions that has a score column, the function will make a series of bar chart plots, one for each cluster.
1 2 3 4 | ## S4 method for signature 'data.frame'
plotClusters(x, s.col = NULL, non.cl = NULL, ...)
## S4 method for signature 'GRanges'
plotClusters(x, s.col = NULL, non.cl = NULL, ...)
|
x |
A summary of genes and their statistical score, and the cluster that
they belong to. Either a |
s.col |
The column number of the |
non.cl |
The value in the cluster column that represents genes that are not in any cluster |
... |
Further parameters to be passed onto |
A plot for each cluster is made. Therefore, the PDF device should be opened before this function is called.
Dario Strbenac
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.