Peak ident near highly expressed genes
Hi,
Wondering about a straightforward way to take BED files with peak locations for ChIP-seq data and see where they fall against a list of highly expressed genes (in terms of proximity) from RNA-seq data? Thanks
Rob
• 1,742 views
•
link
1 answer
Probably a more elegant solution available, but:
Grab gene locations in BED format. Generally you can do this fairly easily using the UCSC Table Browser and their
identifiersoption.Use bedops closest-feature with the
--distflag to calculate distances. Make sure to sort files correctly before running this step using bedopssort-bedfunction or you'll get weird results.
• 0 views
•
link
Log in to answer this question.
Firstly, you need to define the distance, such as promoter, enhancer; then you can judge which peaks are located in the gene feature aboved-mentioned with custome script.