diff --git a/README.md b/README.md index 0101e30..5805ae3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # LIBD n36 project -This repository is for hosting the code for the LIDB n36 project being undertaken by Andrew Jaffe's lab. +This repository is for hosting the code for the LIDB n36 project lead by AE Jaffe. If you have any questions about the files in this directory contact AE Jaffe . + +Scripts use [derfinder](http://www.bioconductor.org/packages/release/bioc/html/derfinder.html) and are organized in the following way: + +* [derCoverageInfo](derCoverageInfo/): contains scripts for processing data from BAM files, filtering and creating Rdata files. +* [fullCoverage](fullCoverage/): similar as _derCoverageInfo_ but without filtering data. +* [derAnalysis](derAnalysis/): has scripts for creating the models, running the derfinder analysis one chromosome at a time, merging the results, and creating a html report. diff --git a/derAnalysis/der2Analysis.sh b/derAnalysis/der2Analysis.sh index 0858d48..742950e 100755 --- a/derAnalysis/der2Analysis.sh +++ b/derAnalysis/der2Analysis.sh @@ -1,7 +1,7 @@ #!/bin/sh ## Usage -# sh der2Analysis.sh run1-v0.0.46 +# sh der2Analysis.sh run2-v0.0.42 # Directories MAINDIR=/dcs01/lieber/ajaffe/Brain/derRuns/libd_n36 diff --git a/derAnalysis/der2Merge.sh b/derAnalysis/der2Merge.sh index 8fd43b5..aa60426 100755 --- a/derAnalysis/der2Merge.sh +++ b/derAnalysis/der2Merge.sh @@ -1,7 +1,9 @@ #!/bin/sh ## Usage -# sh der2Merge.sh run1-v0.0.46 +# sh der2Merge.sh run2-v0.0.42 + +## derfinder available at http://www.bioconductor.org/packages/release/bioc/html/derfinder.html # Directories MAINDIR=/dcs01/lieber/ajaffe/Brain/derRuns/libd_n36 @@ -16,14 +18,19 @@ outdir="${PREFIX}" sname="${SHORT}.${PREFIX}" echo "Creating script ${sname}" cat > ${WDIR}/.${sname}.sh < ${WDIR}/.${sname}.sh < ${WDIR}/.${sname}.sh < ${WDIR}/.${SHORT}.${chr}.sh < ${WDIR}/.${SHORT}.${chr}.sh <