getExampleCovariatesFilename {CASMAP} | R Documentation |
Get the path to the example covariates file for regionGWAS mode
Description
Path to CASMAP_example_covariates_1.txt
in inst/extdata
.
The covariates categories for the data set
CASMAP_example_data_1.txt
, the path to which is given by
getExampleDataFilename
.
Usage
getExampleCovariatesFilename()
Format
A single column vector of 100 labels, each of which
is 0
or 1
(same format as labels file).
Details
Path to the file containing the labels, for reading in to
CASMAP object using the readFiles
function.
See Also
getExampleDataFilename
,
getExampleLabelsFilename
Examples
covfile <- getExampleCovariatesFilename()
[Package CASMAP version 0.6.1 Index]