Vplot | R Documentation |
Wrapper for EnhancedVolcano
Vplot(
Hotgenes_input = NULL,
pval_cut = 0.1,
FCcutoff = 0,
stuffer = 1,
contrast = 1
)
Hotgenes_input |
R object generated by DEseq2_export or Limma_export functions |
pval_cut |
numeric indicating pvalue cut off |
FCcutoff |
numeric indicating logfoldchange cut off |
stuffer |
is a positive number added or subtracted from pvalue or fold change values, used for x and y limits. |
contrast |
name or numeric value to retrieve differential expression data. See names(Hotgenes_input$Output_DE). |
Example_Hotgenes_dir<-system.file("extdata",
"Example_Hotgenes.Rdata",
package = "Hotgenes", mustWork = TRUE)
load(Example_Hotgenes_dir)
names(Example_Hotgenes$Output_DE)
Vplot(Example_Hotgenes, contrast = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.