heatmap during or after differential analysis
1 2 3 4 5 6 7 8 9 10 11 12 | diffHeatmap(tpm.value, col.idx, row.idx, pdffout, cutreek = NULL,
cut.alg = NULL, rank.man = FALSE, log.it.already = FALSE,
scale.it = TRUE, cluster_columns_par = TRUE, cluster_rows_par = TRUE,
show_column_dend_par = TRUE, show_row_dend_par = FALSE, small = 0.05,
...)
## S4 method for signature 'matrix'
diffHeatmap(tpm.value, col.idx, row.idx, pdffout,
cutreek = NULL, cut.alg = NULL, rank.man = FALSE,
log.it.already = FALSE, scale.it = TRUE, cluster_columns_par = TRUE,
cluster_rows_par = TRUE, show_column_dend_par = TRUE,
show_row_dend_par = FALSE, small = 0.05, ...)
|
tpm.value |
A |
col.idx |
Numeric or logical indices specifying columns to keep of the |
row.idx |
Numeric or logical indices specifying rows to keep of the codetpm matrix. |
pdffout |
A character string specify pdf output file. |
cutreek |
A logical value indicating whether to perform clustering. |
cut.alg |
A string value of selecting the clustering algorithm "pam","hclust" or "emmix". |
rank.man |
A logical value indicating whether to perform manual ranking on the row. |
log.it.already |
A logical value indicating whether the |
scale.it |
A logical value indicating whether to row standardize the |
cluster_columns_par |
A logical value indicating whether to cluster the columns of the |
cluster_rows_par |
A logical value indicating whether to cluster the rows of the |
show_column_dend_par |
A logical value indicating whether to show the column dendrogram. |
show_row_dend_par |
A logical value indicating whether to show the row dendrogram. |
small |
A numeric value indicating the adjustment to the TPM values before log2 transformation. |
... |
Additional arguments to be passed to methods. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.