get_data: Get the data from a data from the dataset.

View source: R/get-data.R

get_dataR Documentation

Get the data from a data from the dataset.

Description

The data element in the dataset list should either be a matrix or a named list with each eleemnt being a matrix.

Usage

get_data(ds, data_name = NULL)

Arguments

ds

a dataset object (synchronized or not)

data_name

A string containing which data element from the dataset's data element

Details

If 'data_name' is not specified, the order that will be returned is: data (if a matrix) rz, norm, raw, log, transformed (if a named list).

Value

the data element


churchill-lab/qtl2api documentation built on April 17, 2025, 3:27 a.m.