Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 5 of 5 found.
[1] < 1 > [1]  Sort:

RFGLS-package (Package: RFGLS) :

RFGLS uses a generalized least-squares method to perform single-marker association analysis, in datasets of nuclear families containing parents, twins, and/or adoptees. It is designed for families of no greater than four members. When conducting association analysis with a large number of markers, as in GWAS, RFGLS uses rapid feasible generalized least-squares, an approximation to feasible generalized least-squares (FGLS) that considerably reduces computation time with minimal bias in p-values, and with negligible loss in power.
● Data Source: CranContrib
● Keywords: package
● Alias: RFGLS, RFGLS-package
● 0 images

gls.batch (Package: RFGLS) :

Fits a generalized least-squares regression model to test association between a quantitative phenotype and all SNPs in a genotype file, one at a time, via Rapid Feasible Generalized Least Squares. For each SNP, genotype is treated as a fixed effect, and the residual variance-covariance matrix is also estimated. In each trait-SNP association test, the fgls() function is used for parameter estimation.
● Data Source: CranContrib
● Keywords:
● Alias: gls.batch
● 0 images

gls.batch.get (Package: RFGLS) :

Carries out the data restructuring performed by gls.batch(). Useful if calling fgls() directly.
● Data Source: CranContrib
● Keywords:
● Alias: gls.batch.get
● 0 images

FSV.frompedi (Package: RFGLS) :

This function creates the family-structure variables "FTYPE" (family-type) and "INDIV" (individual code) from available information in a pedigree file. Note that FSV.frompedi() is called internally by gls.batch() and gls.batch.get() when their argument input.mode is set to 3.
● Data Source: CranContrib
● Keywords:
● Alias: FSV.frompedi
● 0 images

fgls (Package: RFGLS) :

Jointly estimates the fixed-effects coefficients and residual variance-covariance matrix in a generalized least squares model by minimizing the (multivariate-normal) negative loglikelihood function, via optim() in the R base distribution. The residual variance-covariance matrix is block-diagonal sparse, constructed with bdsmatrix() from the bdsmatrix package.
● Data Source: CranContrib
● Keywords:
● Alias: fgls
● 0 images