phastcon conservation score for chip seq peaks
1
0
Entering edit mode
7.0 years ago
varsha619 ▴ 90

Hi, I would like to do get conservation scores for my ChIP-seq peaks. Is phastcon the best method to use? I have read the following threads but am still not sure what is the best way to go about this -

Get Conservation Score Of Chromosome Region

How To Calculate Conservation Score Of Given Bed Regions

I would like to compare between various species of insects and vertebrates as well. Is there a way to do this directly using my ChIP peak bed files? Thank you.

phastcon ChIP-Seq • 3.0k views
ADD COMMENT
0
Entering edit mode

Does anyone know an equivalent of http://ceas.cbi.pku.edu.cn/submit.htm for species other than mice and human?

ADD REPLY
0
Entering edit mode

I used these steps to get my phastcons scores -

  1. Get the bw file from UCSC
  2. Convert bigWigToBedGraph and bedGraph to bed (awk '{print $1 "\t" $2 "\t" $3 "\t" $4}')
  3. bedtools intersect -a ChIP_peaks.bed -b phastCons.bed

Is this the best way to do this? My final goal is to plot a PhastCons score vs Distance from Binding site plot. Please advice.

ADD REPLY
0
Entering edit mode
7.0 years ago

If I remember, phastcon data gives conservation scores over regions, while phyloP offers conservation scoring on a per-base basis. Depends on your experiment which is better or more appropriate. Here is a method I detail for calculating phyloP scores for regions of interest (peaks, motif binding sites, whatever):

A: Conservation score for a piece of human genome

ADD COMMENT
0
Entering edit mode

Thanks @Alex Reynolds, I was wondering if there is any existing program available for what your in-house perl script does?

ADD REPLY
0
Entering edit mode

Not sure, maybe others would know!

ADD REPLY

Login before adding your answer.

Traffic: 2645 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6