loosolab / UROPA

Universal RObust Peak Annotator
https://uropa-manual.readthedocs.io/
MIT License
15 stars 6 forks source link

General question about UROPA #18

Closed adelosan521 closed 1 year ago

adelosan521 commented 1 year ago

Hi,

I have a general question about UROPA. I am trying to conduct analysis of ATAC-seq data. What does running UROPA on the peaks files do? How does it make the results better than if I didn't use it?

Niko

msbentsen commented 1 year ago

Hi Niko,

UROPA is a tool for assigning peak locations to nearby genomic features e.g. genes/exons/etc. If you have done ATAC-seq, the ATAC-seq peaks are mostly useless without knowing where they are located on the genome. So a classical ATAC-seq analysis might be to find differential peaks between two conditions, annotate these peaks, and collect the nearby genes to say something about the epigenetic regulation.

UROPA supports advanced annotation queries, meaning that you customize when a peak is assigned to a gene using for example: distance, orientation, feature attributes and strand. So depending on your application, you can customize UROPA to assign peaks -> genes.

Best Mette