Skip to contents

Creates a volcano plot.

Usage

gg_Volcano(
  folder = "GWAS_Results/",
  trait = list_Traits(folder)[1],
  title = trait,
  markers = NULL,
  labels = markers,
  models = c("MLM", "FarmCPU", "BLINK", "MLMM", "GLM", "CMLM", "SUPER")
)

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.