R/assemble_example_dataset.R
assemble_example_dataset.Rd
This combines the airway and parathyroidSE RNA-seq datasets into a single FacileDataSet.
assemble_example_dataset( directory = tempdir(), name = "ExampleRnaFacileDataSet" )
directory | The name of the parent directory to hold the dataset |
---|---|
name | A subdirectory within |
The FacileDataSet object itself.
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.