Thank you for the response! This is what I was trying to do so I tried adding that itemRbg column- but I haven't been able to successfully change the track color using that column. Here is an example of the bed file I made but the track remains blue.
track name=working itemRgb=On
chr18 84934083 84934737 . . + 84934083 84934737 0,255,123
chr18 84945421 84945702 . . + 84945421 84945702 0,255,123
chr18 84945803 84946141 . . + 84945803 84946141 0,255,123
chr18 85503159 85504042 . . + 85503159 85504042 0,255,123
chr4 98727851 98728474 . . + 98727851 98728474 0,255,123
chr2 146299896 146300538 . . + 146299896 146300538 0,255,123
chr2 146218142 146218749 . . + 146218142 146218749 0,255,123
To answer your question, Yes they're overlapping because they're actually all the same (single) bed file, just including less or more of the regions. These are enhancers that have been ranked by regulatory strength using a software called PECA (https://github.com/SUwonglab/PECA) which generates a list of the most active enhancers. the 200 file is the top 200 in the list, the 1000 the top 1000, and so on. However the option you suggest to color code them all on the same track is much more preferable.
Could you maybe operate on the BED files and add a column to color by in the final BED product?
Is there an option for that in IGV where you can color by a particular column? Or something in R?
My gut tells me there should be. The only way to know for sure is to try.
My gut tells me there should be too, but it seems IGV isn't very bed file friendly haha
I guess not - there seems to be a way to color an entire BED but not color subsets of it differently.