getExampleDataFilename {CASMAP} | R Documentation |
Get the path to the example data file for regionGWAS mode
Description
Path to CASMAP_example_data_1.txt
in inst/extdata
.
A dataset containing binary samples for the regionGWAS method.
There are accompanying labels and covariates dataset.
Usage
getExampleDataFilename()
Format
A matrix of 0
s and 1
s, with 1000 rows (features)
and 100 columns
(samples). In other words, each column is a sample, and each sample
has 1000 binary features.
Details
Path to the file containing the data, for reading in to
CASMAP object using the readFiles
function.
Note that the significant region is [99, 102]
.
See Also
getExampleLabelsFilename
,
getExampleCovariatesFilename
Examples
datafile <- getExampleDataFilename()
[Package CASMAP version 0.6.1 Index]