example_bioc_data: Create an example Bioconductor assay container

View source: R/example_bioc_data.R

example_bioc_dataR Documentation

Create an example Bioconductor assay container

Description

We can construct the following types of containers:

Usage

example_bioc_data(class = "DGEList", efds = NULL, y = NULL, ...)

Arguments

efds

An already loaded example FacileDataStore to convert to a Bioconductor container.

y

A DGEList for direct conversion to another Bioconductor object. This does not to anything with any FacileDataStore anywhere.

type

The type of assay container. Pick from the ones enumerated above.

Details

  1. DGEList

  2. EList

  3. ExpressionSet

  4. SummarizedExperiment

  5. DESeqDataSet

  6. SingleCellExperiment (not yet)

  7. MultiAssayExperiment (not yet)

Value

The Bioconductor container


facilebio/FacileBiocData documentation built on Sept. 21, 2023, 2:18 p.m.