Vplot: Wrapper for EnhancedVolcano

Description Usage Arguments Examples

View source: R/Vplot.R

Description

Wrapper for EnhancedVolcano

Usage

1
2
3
4
5
6
7
Vplot(
  Hotgenes_input = NULL,
  pval_cut = 0.1,
  FCcutoff = 0,
  stuffer = 1,
  contrast = 1
)

Arguments

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).

Examples

1
2
3
4
5
6
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)

Rvirgenslane/Hotgenes documentation built on Aug. 22, 2020, 2:11 a.m.