A Curated Microarrays Dataset of MDI-induced Differentiated Adipocytes (3T3-L1) Under Genetic and Pharmacological Perturbations
A curated dataset of Microarrays samples. The samples are MDI-induced pre- adipocytes (3T3-L1) at different time points/stage of differentiation under different types of genetic (knockdown/overexpression) and pharmacological (drug treatment). The package documents the data collection and processing. In addition to the documentation, the package contains the scripts that was used to generated the data.
This package is for documenting and distributing a curated dataset of gene expression from MDI-induced 3T3-L1 adipocyte cell model under genetic and pharmacological modification.
The package contains two things:
- Scripts for documenting and reproducing the dataset in
inst/scripts
. - Access to the clean and the processed data
SummarizedExperiment
objects throughExperimentHub
.
The data contained in the package can be used in any number of downstream analysis such as differential expression and gene set enrichment.
The curatedAdipoArray
package can be installed from Bioconductor using
BiocManager
.
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("curatedAdipoArray")
The pre-processing and processing of the data setup environment is available as
a docker
image. This image is also suitable for reproducing this document.
The docker
image can be obtained using the docker
CLI client.
$ docker pull bcmslab/adiporeg_array:latest
To cite the package use:
# citing the package
citation("curatedAdipoArray")