plotDiffNoise {RaceID} | R Documentation |
Function for plotting differentially variable genes
Description
This is a plotting function for visualizing the output of the diffNoisyGenesTB
function as MA plot.
Usage
plotDiffNoise(
x,
pthr = 0.05,
mu = TRUE,
lthr = 0,
ps = 0.01,
mthr = -Inf,
set.name = NULL,
bgr.name = NULL,
show_names = TRUE
)
Arguments
x |
output of the function |
pthr |
real number between 0 and 1. This number represents the p-value cutoff applied for displaying differentially variable genes. Default value is 0.05. |
mu |
logical value. If |
lthr |
real number between 0 and Inf. Differentially variable genes are displayed only for log2 fold-changes greater than |
ps |
positive real number. Pseudo-count added to component |
mthr |
real number between -Inf and Inf. Differentially variable genes are displayed only for log2 mean expression (or mean noise, if |
set.name |
name of |
bgr.name |
name of |
show_names |
logical value. If |
Value
None