plotDistanceMatrix: Plot distance matrix

View source: R/func.R

plotDistanceMatrixR Documentation

Plot distance matrix

Description

plotDistanceMatrix plots a distance matrix for peptide or protein data.

Usage

plotDistanceMatrix(pdat, distance = c("correlation"), text.size = 10)

Arguments

pdat

Peptide or protein proteusData object.

distance

A method to calculate distance.

text.size

Text size on axes

Details

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.

Value

A ggplot object.

Examples

library(proteusLabelFree)
data(proteusLabelFree)
plotDistanceMatrix(pepdat)


bartongroup/Proteus documentation built on April 22, 2023, 5:33 a.m.