This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Chip-Seq For Mitochondrial Genome

I have a chipseq data where I am looking for mitochondrial genes differential binding. The samples are for human cell lines. My question is if I align reads with hg19 genome which as such will have mitochondrial genome will that give me a correct representation or I have to specifically take mitochondrial genome as reference for using any aligner

Thanks

mitochondria genes alignment chipseq

1 answer

EIther way, you will get the information.

Map all reads and filter the Bed/Bam file for chrM or just subset the reference fasta index before mapping for chrM and then map and proceed with downstream analysis. The former will take more time, depending on the file size.

mitochondrial DNA is circular, does some precautions/procedures need to be taken to deal with that? I assume almost all aligners take linear genome as reference?

Log in to answer this question.