Description Usage Arguments Value Author(s) Examples
View source: R/FoldHit.homoVAR.plot.fn.R
a function to plot density of measured value to demonstrate FoldHit under homoscedasticity for two groups excluding NA values
1 2 3 4 5 6 7 8 9 10 11 12 13 | FoldHit.homoVAR.plot.fn(
FoldHit,
color = c("green", "grey", "red", "orange"),
meanHit = -1,
meanNeg = 0,
normCut = 3,
xlab = "Measured value",
ylab = "Density",
main = "",
lwd = 3,
length.out = 1000,
round.point = 2
)
|
FoldHit |
a vector of FoldHit values for controls |
color |
colors mark controls |
meanHit |
mean of measured values of a maximally detectable hit |
meanNeg |
mean of measured value of the negative reference |
normCut |
SSMD value for defining a maximally detectable hit |
xlab |
the label for the x-axis |
ylab |
the label for the y-axis |
main |
the label for the figure title |
lwd |
width of lines |
length.out |
number of points for showing density |
round.point |
number of round points for showing capacity values |
no return value
Xiaohua Douglas Zhang 02/2020
1 2 | FoldHit = c( -3.29058, -1.29296)
FoldHit.homoVAR.plot.fn( FoldHit, color=c("green","grey","red", "orange"), xlab="Measured value", ylab="Density", main="" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.