-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
questionLooking for clarification on inputs and/or outputsLooking for clarification on inputs and/or outputs
Description
Hi,
as implied in the title, I'm wondering if a --motif parameter can be implemented into the dmr analysis?
I wanted to know if a specific region between my two samples is differentially methylated in a context specific manner (CG, CHG and CHH etc). I performed pileup using the following command and ran dmr pair on the bedmethyl.gz. The result is however, a pooled of all the contexts. My current workaround is splitting the bedmethyls into context specific and then run dmr pair on those splitted bedmethyls.
My questions are:
- Is this a proper way to detect dmr for each motif?
- and could this be parameterised in
modkit dmr?
My code to run modkit pileup
modkit pileup --motif CHH 0 --motif CHG 0 --motif CG 0 --combine-mods --log-filepath pileup.log --threads 48 --ref TAIR10_genomic.fna input_aligned.bam output.bedThanks in advance!
Metadata
Metadata
Assignees
Labels
questionLooking for clarification on inputs and/or outputsLooking for clarification on inputs and/or outputs