get_data {plmmr}R Documentation

Read in processed data This function is intended to be called after either process_plink() or process_delim() has been called once.

Description

Read in processed data This function is intended to be called after either process_plink() or process_delim() has been called once.

Usage

get_data(path, returnX = FALSE, trace = TRUE)

Arguments

path

The file path to the RDS object containing the processed data. Do not add the '.rds' extension to the path.

returnX

Logical: Should the design matrix be returned as a numeric matrix that will be stored in memory. By default, this will be FALSE.

trace

Logical: Should trace messages be shown? Default is TRUE.

Value

A list with these components:


[Package plmmr version 4.2.1 Index]