MAPlot | R Documentation |
do MA plot.
MAPlot(
dat,
useFDR = T,
MainTitle = "",
cut = 0.05,
FCcut = 2,
ylim = 10,
showlabel = "no",
showlabel.num = 10,
point.size = 2
)
dat |
deg analysis result dataframe with ID,FCcut,log2FoldChange,Pvalue or FDR |
useFDR |
whether to use FDR to define significance |
MainTitle |
main title of plot |
cut |
P value significant cut , if useFDR is set, FDR is used |
FCcut |
FoldChange cut significant cut |
ylim |
y axis limits |
showlabel |
whether to show top significant gene names |
showlabel.num |
top number |
point.size |
point size |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.