Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the "-rw" parameter. Could I get a new regional AQI score using intermediate or final results? #3

Open
yihenghu opened this issue Oct 24, 2023 · 1 comment

Comments

@yihenghu
Copy link

Is there a way by adjusting the window size(-rw) for obtaining regional AQI scores and plot it from intermediate or final files? instead of rerunning CRAQ to get a new out_regional.AQI.bdg?

@yihenghu yihenghu changed the title 问题:About the "-rw" parameter. Could I get a new regional AQI score using intermediate or final results? 正文:Is there a way by adjusting the window size(-rw) for obtaining regional AQI scores and plot it from intermediate or final files? instead of rerunning CRAQ to get a new out_regional.AQI.bdg? About the "-rw" parameter. Could I get a new regional AQI score using intermediate or final results? Oct 24, 2023
@JiaoLaboratory
Copy link
Owner

Thanks for your good suggestion! Sure, to achieve this you could follow:

##step1: Get user-specified regional(i.e. window=10000) AQI score.

cat locER_out/out_final.CRE.bed strER_out/out_final.CSE.bed >CRE_CSE.bed
perl CRAQ/src/regional_AQI.pl ../seq.size 10000 10000 CRE_CSE.bed >w10k_AQI.out

##step2: plot AQI score.

python CRAQ/src/CRAQcircos.py --genome_size ../seq.size --genome_error_loc CRE_CSE.bed --genome_score w10k_AQI.out --output w10k_AQI.out.pdf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants