This project uses public dataset (microarray and RNA-seq) to analyze the treatment effect of Dexamethasone on epidermal keratinocytes and A549 cell line.
mRNA-seq on A549 cell line treated with 100 nM dexamethasone for 0 mins with 3 biological replicates.
mRNA-seq on A549 cell line treated with 100 nM dexamethasone for 4 hours with 4 biological replicates.
For microarry dataset, we use
control samples:
test samples:
The GEO accession of the dataset is GSE26487
Within the project root directory, run
./script/download_microarray_dataset.sh
./script/download_rnaseq_dataset.sh
It may take a long time to download the RNA-seq data.
We also have to download the transcript fasta file in order to do transcript quantification with the RNA-seq data.
mkdir -p data
bash -c 'cd data && curl -O "ftp://ftp.ensembl.org/pub/release-94/fasta/homo_sapiens/cdna/Homo_sapiens.GRCh38.cdna.all.fa.gz"'
gunzip 'data/Homo_sapiens.GRCh38.cdna.all.fa.gz'
salmon index -t data/Homo_sapiens.GRCh38.cdna.all.fa -i data/transriptome_index -p 8
Run the script to do transccript quantification for the samples.
./script/salmon_quant.sh
The results of the quantification have been added to the repository within the
branch with_quant_result
.
https://h3k4me3.github.io/Biol6150ExprAnalysis/microarray_explore.html
https://h3k4me3.github.io/Biol6150ExprAnalysis/rnaseq_explore.html