Skip to content

Motif specific, polyploid DMR analysis? #551

@jkh00

Description

@jkh00

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:

  1. Is this a proper way to detect dmr for each motif?
  2. 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.bed

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionLooking for clarification on inputs and/or outputs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions