This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Finding Gene names from chromosome positions whilst maintaining fold change and p and q values

hi

I have a peaks interval output from MACS2.1 which is attached below.

How do I find the gene names using the start and end positions, whilst maintaining the fold change values in Galaxy in my file attached below?

I have followed other posts on the forum such as this one but this does return only gene names without the expression values(fold change, p-value, etc)

http://tinypic.com/view.php?pic=1zb4sw&s=9

chip-seq macs galaxy

1 answer

Use "bedtools nearest" (or a tool specifically for "peak annotation", though frankly bedtools gets the job done).

Log in to answer this question.