R/AllClasses.R

# GGPA class definition

setClass( Class="GGPA",
  representation=representation(
    fit="list",
    summary="list",
	  setting="list",
    gwasPval="matrix",
    pgraph="matrix"
  )
)

Try the GGPA package in your browser

Any scripts or data that you put into this service are public.

GGPA documentation built on Nov. 8, 2020, 5:37 p.m.