R/GWASpoly.thresh.R

#' S4 class with results from genome-wide scan and detection threshold
#' 
#' @slot map data frame with columns Marker,Chrom,Position,Ref,Alt
#' @slot pheno data frame of phenotypes
#' @slot geno matrix with allele dosages
#' @slot fixed data frame of fixed effects
#' @slot ploidy ploidy
#' @slot K list of covariance matrices
#' @slot scores -log10(p) results 
#' @slot effects estimated marker effects
#' @slot params parameters used for the analysis
#' @slot threshold thresholds for significance
#' 
#' @include GWASpoly.fitted.R
GWASpoly.thresh <- setClass("GWASpoly.thresh",slots=c(threshold="matrix"),contains="GWASpoly.fitted")
jendelman/GWASpoly documentation built on Oct. 16, 2024, 5:59 a.m.