getExampleDataFilename {CASMAP} | R Documentation |
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.
getExampleDataFilename()
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.
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]
.
getExampleLabelsFilename
,
getExampleCovariatesFilename
datafile <- getExampleDataFilename()