We can construct the following types of containers:

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.

Value

The Bioconductor container

Details

  1. DGEList

  2. EList

  3. ExpressionSet

  4. SummarizedExperiment

  5. DESeqDataSet

  6. SingleCellExperiment (not yet)

  7. MultiAssayExperiment (not yet)