plotGws: Plot visualization of genome-wide computation Plot function...

Description Usage Arguments Value Examples

View source: R/plotGws.R

Description

Plot visualization of genome-wide computation Plot function for gScore type data

Usage

1
plotGws(gScore)

Arguments

gScore

The result data returned from genome wide computation of function gws, in data frame format First column is gSCore, followed by the related names of the loci in second column.

Value

The generated plot using ggplot2, showing gScores of all loci

Examples

1
2
3
data(hapData)
gScore <- gws(hapData,5)
plotGws(gScore)

Kevinpen/SNPgrou documentation built on Dec. 8, 2019, 8:32 a.m.