Description Usage Arguments Value Examples
Produce a heatmap
1 | heatmapHIV(counts, gene_list, filter = NULL, heatmap = TRUE)
|
counts |
The filename of the RPKM or raw count matrix. |
gene_list |
The filename of the gene list to subset the matrix before producing the heatmap. |
filter |
Order on a subset of column matching value of |
heatmap |
Should the function produce an heatmap. Default: TRUE |
Invisibly return the matrix
used to produce the heatmap.
1 2 3 4 | ## Not run:
heatmapHIV("RPKM.txt", "gene_list.txt")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.