-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bwa meth #159
Add bwa meth #159
Conversation
- remove subsetting and filtering for now - add link to kasias original file - make rule accept paired and single end fastq
- add rules for marking duplicates and getting mapping stats - rename Rules folder to rules
- add rule files for bwameth to makefile - add samblaster as dependency
- add methylDackel as dependency - extract methylation into methylKit format - extract mbias from bwameth bam - extract cytosine report from bwameth bam - export tabix files for further use
- use methylKit to directly export to tabix for easier handling in later rules
- introduce new rule unite to break process into smaller parts - add functions to get files for rule_all
- add support for many vs many comparison by reorganizing into treatment and control - put differential analysis into seperate section DManalysis - allow for descriptive treatment groups
- update get_sampleids_from_analysis()
- export LOGOPATH, BIBTEXPATH, WEBFETCH, CPGISLAND_BEDFILE, REFGENES_BEDFILE
- be more consistent for fetching from UCSC or AnnotationHub - restrict possible tables
- remove generateReport() - check report paramns and render report in generate_report.R
- include sample pca - show less tables - recreate annotation figures using ggplot2 - distinguish between hypo and hyper methylation in TSS histogram - add some explanations - replace bibtex references with links to publications
|
||
general: | ||
assembly: hg19 | ||
use_bwameth: True | ||
# bismark is gold standard and uses sensible defaults | ||
use_bismark: True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above about using "aligner:" instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would leave that open until we have #160 .
|
||
withinGroup: | ||
treatment_sample_groups: "MED2,MED1,H2O" | ||
control_sample_groups: "MED2,MED1,H2O" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above on use of arrays.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would leave that open until we have #160 .
Major changes: