assemble_example_dataset: Assembles an example facile dataset to play with

View source: R/assemble_example_dataset.R

assemble_example_datasetR Documentation

Assembles an example facile dataset to play with

Description

This combines the airway and parathyroidSE RNA-seq datasets into a single FacileDataSet.

Usage

assemble_example_dataset(
  directory = tempdir(),
  name = "ExampleRnaFacileDataSet"
)

Arguments

directory

The name of the parent directory to hold the dataset

name

A subdirectory within directory will be created using this name.

Details

The code here is extracted from the FacileDataSet-assembly vignette. Please read that for some of the why's and how's of the decisions made here when assembling datasets.

Value

The FacileDataSet object itself.

Examples


afds <- assemble_example_dataset()


facilebio/FacileData documentation built on Feb. 23, 2024, 9:14 a.m.