View source: R/VarID_functions.R
| plotDiffNoise | R Documentation | 
This is a plotting function for visualizing the output of the diffNoisyGenesTB function as MA plot.
plotDiffNoise(
  x,
  pthr = 0.05,
  mu = TRUE,
  lthr = 0,
  ps = 0.01,
  mthr = -Inf,
  set.name = NULL,
  bgr.name = NULL,
  show_names = TRUE
)
| 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  | 
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.