Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 327 Bytes

File metadata and controls

15 lines (12 loc) · 327 Bytes

RAD

Basic usage:

python3 RAD.py \
    --species hg38 \
    --up_genes ./example_data/upregulated_genes.txt \
    --down_genes ./example_data/downregulated_genes.txt \
    --peak_file ./example_data/region.bed \
    -uid 1001 \
    --distance 10_000

Output file will be saved in the ./static/file directory.