Description Usage Arguments Value Author(s) Examples
View source: R/plots_heatmaps.R
Builds a heatmap of the quantitative proteomic data of a
MSnSet
object.
1 2 3 4 5 6 | wrapper.heatmapD(
obj,
distance = "euclidean",
cluster = "complete",
dendro = FALSE
)
|
obj |
An object of class |
distance |
The distance used by the clustering algorithm to compute
the dendrogram. See |
cluster |
the clustering algorithm used to build the dendrogram.
See |
dendro |
A boolean to indicate fi the dendrogram has to be displayed |
A heatmap
Alexia Dorffer
1 2 3 4 5 6 | ## Not run:
utils::data(Exp1_R25_pept, package='DAPARdata')
obj <- mvFilter(Exp1_R25_pept[1:1000], "WholeMatrix", 6)
wrapper.heatmapD(obj)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.