Description Usage Arguments Details Value Examples
Generate heatmap of metagenes derived from factorization of count data.
1 2 3 |
object |
Object of class |
rank |
Rank value for which the gene map is to be displayed.
The object must contain the corresponding slot (one element of
|
markers |
Vector of gene names containing markers to be included
in addition to the metagenes. All entries of |
subtract.mean |
Process each rows of basis matrix |
log |
If |
max.per.cluster |
Maximum number of metagenes per cluster. |
Colv |
|
gene.names |
Names to be used in the plot for genes. |
main |
Title of plot. |
col |
Colors for the cluster panels on the left and top. |
... |
Other arguments to be passed to |
Wrapper for heatmap
to display metagenes and
associated basis matrix element magnitudes. Factorization results inside
an object specified by its rank value will be retrieved, and metagene
sets identified from clusters.
If object
contains multiple ranks, only the requested
rank's basis matrix W will be displayed. The genes displayed in rows
are selected by "max" scheme
[Carmona-Saez, BMC Bioinformatics (2006),
https://doi.org/10.1186/1471-2105-7-54]:
for each cluster (k in 1:ncol
),
rows of W are sorted by decreasing order
of W[,k]
. Marker genes for k
are those among the top
nmarker
for which W[,k]
is maximum within each row.
NULL
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.