is.gScore: Decide whether the data is of type "gScore"

Description Usage Arguments Value Examples

View source: R/is.gScore.R

Description

Decide whether the data is of type "gScore"

Usage

1
is.gScore(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

TURE if input is of class 'gScore', FALSE otherwise

Examples

1
2
3
4
data(hapData)
gScore <- gws(hapData,5)
is.gScore(gScore)
TRUE

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