plotFID | R Documentation |
plotFID
makes a log10 fold change versus log10 sum intensity plot,
usually known as MA plot.
plotFID(
pdat,
pair = NULL,
bins = 80,
marginal.histograms = FALSE,
xmin = NULL,
xmax = NULL,
ymax = NULL,
text.size = 12,
point.size = 1,
show.legend = TRUE,
plot.grid = TRUE,
binhex = TRUE,
transform.fun = log10
)
pdat |
Protein |
pair |
A two-element vector containing the pair of conditions to use. Can be skipped if there are only two conditions. |
bins |
Number of bins for binhex. |
marginal.histograms |
A logical to add marginal histograms. |
xmin |
Lower limit on x-axis. |
xmax |
Upper limit on x-axis. |
ymax |
Upper limit on y-axis. If used, the lower limit is -ymax. |
text.size |
Text size. |
point.size |
Size of points in the plot. |
show.legend |
Logical to show legend (colour key). |
plot.grid |
Logical to plot a grid. |
binhex |
Logical. If TRUE, a hexagonal density plot is made, otherwise it is a simple point plot. |
transform.fun |
A function to transform data before plotting. |
A ggplot
object.
library(proteusLabelFree)
data(proteusLabelFree)
prodat.med <- normalizeData(prodat)
plotFID(prodat.med)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.