View source: R/Plotting_Functions.R
plot_heatmap_data | R Documentation |
plot_heatmap_data
plot_heatmap_data( out_wilc, selected_genes, out_one_D, exp_data, row_text_size = 10 )
out_wilc |
object returned by the differential gene expression function. |
selected_genes |
top differentially expressed genes. |
out_one_D |
Output of one-dimensional mapper with the the promiscuous samples assigned. |
exp_data |
gene expression matrix. |
row_text_size |
size of the row labels. |
## Not run: plot_heatmap_data(out_wilc,selected_genes,exp_data,row_text_size = 10) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.