assembleFacileDataSet: Creata a FacileDataSet from the individual assay lists

View source: R/test-helpers.R

assembleFacileDataSetR Documentation

Creata a FacileDataSet from the individual assay lists

Description

Creata a FacileDataSet from the individual assay lists

Usage

assembleFacileDataSet(
  name = "TestMultiModalFacileDataSet",
  path = NULL,
  assays = NULL
)

Arguments

name

The name of the datasets. Defaults to "TestMultiModalFacileDataSet". Users may create different versions to test (ie. different assays to include, etc) and may want a more recognizable name for it.

path

Local path to create the FacileDataSet directory. If NULL (default) a temporary directory will be created viatempfile() and will include name as the directory's prefix.

assays

the nums of the assays to include. If NULL (default), all assays will be included.


facileverse/FacileData documentation built on Feb. 24, 2024, 7:59 a.m.