R/WGstats.R

`WGstats` <-
function (object, ...) 
{
    if (!inherits(object, "WGassociation")) 
        stop("object must be an object of class 'WGassociation'")

    if (!is.null(attr(object,"fast")))
       stop("\n summary is implemented only for 'WGassociation' function")

    x <- attr(object,"tables")
    mostattributes(x)<-NULL
    
    print(x, na.print = "", ...)
    invisible(x)
}

Try the SNPassoc package in your browser

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

SNPassoc documentation built on Dec. 28, 2022, 1:59 a.m.