R/AllClasses.R

# bin-level data

setClass( Class="GPA",
    representation=representation(
        fit="list",
		    setting="list",
        gwasPval="matrix",
        annMat="matrix"
    )
)

Try the GPA package in your browser

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

GPA documentation built on Nov. 8, 2020, 6:27 p.m.