We can construct the following types of containers:
example_bioc_data(class = "DGEList", efds = NULL, y = NULL, ...)
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. |
The Bioconductor container
DGEList
EList
ExpressionSet
SummarizedExperiment
DESeqDataSet
SingleCellExperiment (not yet)
MultiAssayExperiment (not yet)