getExampleDataFilename: Get the path to the example data file for regionGWAS mode

Description Usage Format Details See Also Examples

View source: R/data.R

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

1

Format

A matrix of 0s and 1s, 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

1
datafile <- getExampleDataFilename()

CASMAP documentation built on July 1, 2020, 7:16 p.m.