Description Usage Arguments Author(s)
View source: R/scVolcanoPlot.R
Volcano Plot for DGEs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
object |
A seurat object. |
key |
The DE matrix are stored in object@misc$key |
cluster |
Cluster specified by the user |
padj |
Cutoff of adjusted pvalue |
logFC |
Log2FoldChange in DGEs |
cols |
Colours to pain the dots, default cols=c('#808080', '#810F7C', '#006D2C', '#000000') |
pt.size |
Size of the dots, default pt.size=1 |
species.by |
Species which is used to divid cells into two groups |
top_n |
Number of up- and down-regulated genes to show |
labels |
An array of gene names to show |
label.size |
Font size of the labels, default label.size=2.5 |
box |
Draws a rectangle behind the labels, default is TRUE |
raster |
Convert points to raster format, default is TRUE |
Wei Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.