I have a large file with open chromatin start and end sites. I want to run this file (can be in bed/bam/fastA/etc format after conversion) to find known genes around the start and end sites (500 kB from the start and end sites). What software may I use to find known genes around the start and end sites? Thank you!
Thank you! I am relatively new to bioinformatics - where exactly are you typing the above commands? Python/R?
These are on the UNIX shell. If people were including the prompt in the code, you'd usually see the following symbols for each language:
Python:
>>>
R:
>
Unix:
$