Skip to content
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

Merged
merged 133 commits into from
Jun 8, 2020
Merged

Add bwa meth #159

merged 133 commits into from
Jun 8, 2020

Conversation

alexg9010
Copy link
Member

@alexg9010 alexg9010 commented Jun 3, 2020

Major changes:

  • addition of a parallel workflow based on bwa-meth
  • addition of methylation caller methylDackel
  • post-mapping analysis depends more on methylKits tabix-based database files
  • layout of the differential analysis in the settings has been adapted from PiGx-RNAseq -
  • differential analysis report was update with a new quality control section, more context descriptions for the figures and the functionality to identify regions of similar differential methylation (DMRs)
  • add multiqc reports per pipeline branch (bismark and/or bwameth )

- 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
.gitignore Show resolved Hide resolved
BSseq_pipeline.py Outdated Show resolved Hide resolved
BSseq_pipeline.py Outdated Show resolved Hide resolved
BSseq_pipeline.py Show resolved Hide resolved
BSseq_pipeline.py Outdated Show resolved Hide resolved
scripts/methUnite.R Outdated Show resolved Hide resolved
tests/sample_sheet.csv Outdated Show resolved Hide resolved

general:
assembly: hg19
use_bwameth: True
# bismark is gold standard and uses sensible defaults
use_bismark: True
Copy link
Member

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.

Copy link
Member Author

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 .

tests/settings.yaml Show resolved Hide resolved

withinGroup:
treatment_sample_groups: "MED2,MED1,H2O"
control_sample_groups: "MED2,MED1,H2O"
Copy link
Member

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.

Copy link
Member Author

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants