-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Shintaro Katayama edited this page Apr 23, 2015
·
48 revisions
STRTprep (https://github.com/shka/STRTprep) is an open-source software package for preprocess and analysis of STRT RNA-seq data. The first version was for the preprocessing and quality-check purposes, and the version 2 contains automated statistical tests of the differential expression. Furthermore, the version 3 will contain TFE-based quantification to analyze novel genes/start-sites including long-noncoding RNAs. This package can run on both Linux and OSX.
... Edit two files to describe your experiment and study design, and run the pipeline as below, then you can finish from preprocessing until differential expression tests. Enjoy more further downstream analysis!
# pause; decide name and the location of your project folder - now './STRTprep3.test'
git clone -b v3dev https://github.com/shka/STRTprep.git STRTprep3.test
cd STRTprep3.test
bin/install.sh
. bin/setup.sh
# pause; choose reference genome and transcriptome - now hg19 and RefSeq
bin/index_hg19_ercc92_ynbA_u13369.sh
bin/index_refGene.sh hg19 src/ebwt/hg19_ercc_ynbA_u13369/ref
# pause; edit conf.yaml and src/samples.csv
rake -m -j `gnproc` qc > qc.log 2>&1
# pause; check out/byGene/samples.xls & out/byGene/fig_heatmap_global.pdf
rake gene > gene.log 2>&1
# done! check out/byGene/diffexp.xls & out/byGene/fig_heatmap_diffexp*.pdf, and do more further analysis!The current version is 1; users can "try" the version 2 and 3.
- Installation of STRTprep
- Preprocessing and Analysis Protocol
- Interpretation of the Results