After fertilization but prior to the onset of zygotic transcription, the C. elegans zygote cleaves asymmetrically to create the anterior AB and posterior P1 blastomeres, each of which goes on to generate distinct cell lineages. To understand how patterns of RNA inheritance and abundance arise after this first asymmetric cell division, we pooled hand-dissected AB and P1 blastomeres and performed RNA-seq (Study GSE59943).
A file is provided with a detailed example on how
The data used in this workflow comes from an RNA-seq experiment where airway smooth muscle cells were treated with dexamethasone, a synthetic glucocorticoid steroid with anti-inflammatory effects (Himes et al. 2014). Glucocorticoids are used, for example, by people with asthma to reduce inflammation of the airways. In the experiment, four human airway smooth muscle cell lines were treated with 1 micromolar dexamethasone for 18 hours. For each of the four cell lines, we have a treated and an untreated sample. For more description of the experiment see the article, PubMed entry PMID: 24926665, and for raw data see the GEO entry GSE52778.
Here, we will not use our count table because it is based on a small
subset of the reads. We will use the count table that was provided after
mapping all the reads with the read mapper STAR
. The count
table can be imported in R via the following link: https://raw.githubusercontent.com/statOmics/SGA/airwaySeqData/star/airwayCountTableStar.csv
The data were presented in the article “Evidence of a Functional Estrogen Receptor in Parathyroid Adenomas” by Haglund F, Ma R, Huss M, Sulaiman L, Lu M, Nilsson IL, Hoog A, Juhlin CC, Hartman J, Larsson C, J Clin Endocrinol Metab. jc.2012-2484, Epub 2012 Sep 28, PMID: 23024189. The sequencing was performed on tumor cultures from 4 patients at 2 time points over 3 conditions (DPN, OHT and control). One control sample was omitted by the paper authors due to low quality. The package vignette describes the creation of objects from raw sequencing data provided by NCBI Gene Expression Omnibus under accession number GSE37211. The gene and exon features are the GRCh37 Ensembl annotations, release 66.
The data can be loaded by
data("parathyroidGenesSE", package="parathyroidSE")