|
a |
|
b/man/VolcanoPlot.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/VolcanoPlot.R |
|
|
3 |
\name{VolcanoPlot} |
|
|
4 |
\alias{VolcanoPlot} |
|
|
5 |
\title{Volcano Plot} |
|
|
6 |
\usage{ |
|
|
7 |
VolcanoPlot(object, value = 0.05, name = NULL, fc = 0.5, FS = 0.4) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{object}{A data frame showing the differentially expressed genes (DEGs) |
|
|
11 |
in a particular cluster} |
|
|
12 |
|
|
|
13 |
\item{value}{A numeric value of the false discovery rate. Default is 0.05.. |
|
|
14 |
Default is 0.05} |
|
|
15 |
|
|
|
16 |
\item{name}{A string vector showing the name to be used on the plot title} |
|
|
17 |
|
|
|
18 |
\item{fc}{A numeric value of the fold change. Default is 0.5.} |
|
|
19 |
|
|
|
20 |
\item{FS}{A numeric value of the font size. Default is 0.4.} |
|
|
21 |
} |
|
|
22 |
\value{ |
|
|
23 |
A volcano plot |
|
|
24 |
} |
|
|
25 |
\description{ |
|
|
26 |
Plotting differentially expressed genes (DEGs) in a particular |
|
|
27 |
cluster. Volcano plots are used to readily show the DEGs by plotting |
|
|
28 |
significance versus fold-change on the y and x axes, respectively. |
|
|
29 |
} |