plotDistanceMatrix | R Documentation |
plotDistanceMatrix
plots a distance matrix for peptide or protein
data.
plotDistanceMatrix(pdat, distance = c("correlation"), text.size = 10)
pdat |
Peptide or protein |
distance |
A method to calculate distance. |
text.size |
Text size on axes |
Computes a distance matrix and plots it as a shade-plot. The default distance is Pearson's correlation coefficient. Other methods will be introduced later.
A ggplot
object.
library(proteusLabelFree)
data(proteusLabelFree)
plotDistanceMatrix(pepdat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.