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

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.

Value

The FacileDataSet object itself.

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.