Usage
solarMultipoint(formula, data, dir, kinship, traits, covlist = "1", mibddir,
chr, interval, multipoint.options = "", multipoint.settings = "",
cores = getOption("cores"), ..., verbose = 0)Arguments
formula
an object of class formula or one that can be coerced to that class.
It is a symbolic description of fixed effects (covariates) to be fitted.
data
A data frame containing the variables in the model,
including ID fields needed to construct random effects: genetic and house-hold (both optional).
Other classes such as list, environment or object coercible by as.data.frame to a data frame
a
dir
an optional character string, the name of directory,
where SOLAR performs the analysis.
In this case, the analysis within related input/output files is
conducted in the given folder instead of a temporary one
(the default work flow).
kinship
A matrix of the kinship coefficients (custom kinship matrix).
The IDs are required to be in row and column names.
traits
a vector of characters to specify trait(s) in the model. It is alternative to the formula interface.
covlist
a vector of characters to specify fixed effects (covariates) in the model.
It is alternative to the formula interface.
The default value is "1".
mibddir
A character, the name of directory with files representing the IBD matrices in SOLAR format.
These matrices can be evaluated by SOLAR or by other program.
See SOLAR help for ibd command for more details
(http://solar.txbiomedgenetics.org
chr
A character or one that can be coerced to that class,
the value to be passed to SOLAR command chromosome.
If it is missing, the default value is "all".
See SOLAR help for chromosome command for more details
(htt
interval
A character or one that can be coerced to that class,
the value to be passed to SOLAR command interval.
If it is missing, the default value is 1.
See SOLAR help for interval command for more details.
multipoint.options
A character of options to be passed to multipoint SOLAR command.
For example, one or more LOD scores may be specified
to run multi-pass linkage analysis.
If the argument is "3", that means a two-pass linkage scan
with condition o
multipoint.settings
A vector of characters, that contains SOLAR commands to be executed just before calling multipoint.
For example, the fine mapping for the linkage scan can be disabled
by setting the given argument to "finemap off".
The default va
cores
A positive integer, the number of cores for parallel computing.
The default value is taken from getOption("cores").
If the default value is NULL then the number of cores is 1.
...
Arguments to be passed to solarPolygenic function.
For example, one of such arguments may be polygenic.settings = "option EnableDiscrete 0".
Arguments of solarMultipoint,
w verbose
An non-negative integer of the verbose level.
The default value is 0.