Skip to contents

Creates a volcano plot. Note: this function is meant for the old version of GAPIT.

Usage

old_gg_Volcano(
  folder,
  trait,
  title = trait,
  markers = NULL,
  labels = markers,
  models = c("GLM", "MLM", "MLMM", "CMLM", "SUPER", "FarmCPU", "Blink")
)

Arguments

folder

Folder containing GWAS results.

trait

The trait to read.

title

A title for the plot.

markers

Markers to be labelled.

labels

Labels to be used for markers.

models

Models to read.

Value

A volcano plot.