Skip to contents

Creates a marker plot with myG and myY objects.

Usage

gg_Marker_Bar(
  myG,
  myY,
  trait,
  markers,
  colors = c("darkgreen", "darkgoldenrod3", "darkred", "steelblue4", "darkslategray",
    "maroon4", "purple4", "darkblue")
)

Arguments

myG

GWAS genotype object. Note: needs to be in hapmap format.

myY

GWAS phenotype object.

trait

Trait to plot.

markers

Markers to plot.

colors

Color palette.

Value

Marker plot.