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

fanc aggregate data #160

Open
shinohara-xiao opened this issue Jul 10, 2023 · 2 comments
Open

fanc aggregate data #160

shinohara-xiao opened this issue Jul 10, 2023 · 2 comments

Comments

@shinohara-xiao
Copy link

HI, When I'm trying to run

fanc aggregate output/hic/binned/fanc_example_100kb.hic \
               architecture/domains/gm12878_tads.bed \
               architecture/aggregate/fanc_example_100kb.agg

I do not find the folder "output" in the folder "example", instead, I used the hic data from "architecture/other-hic/fanc_example.juicer.hic@100kb" , and I got an result as following,

image

which is pretty different from the result as shown in the docs where the data from 'output/hic/binned/fanc_example_100kb.hic' is used.

I wonder whether the result is correct and I did not change any other paremeters in my code,my code is as following:

fanc aggregate 
architecture/other-hic/fanc_example.juicer.hic@100kb 
architecture/domains/gm12878_tads.bed 
architecture/aggregate/fanc_example_100kb.agg 
-p architecture/aggregate/fanc_example_100kb.agg.png 
-m architecture/aggregate/fanc_example_100kb.agg.txt

Wishing for the answers and thank you very much .

@liz-is
Copy link
Contributor

liz-is commented Jul 13, 2023

Hi,
The output/ folder will be created after running the example pipeline, hopefully my reply to your otehr question helps with getting this running.

Your code / output look comparable to the first example in the documentation here, to me (the change in diagonal orientation is due to a plotting difference between versions, I believe). The docs there provide a worked example of the impact of the various parameters to fanc aggregate, so probably by having a look at those you will find a parameter combination that gives you the output plot you're looking for! :)

@shinohara-xiao
Copy link
Author

Hi,
Thanks for you answering and that helps me a lot. Here I have another question when I'm running fanc aggregate
Here is my code:

fanc aggregate  GSE63525_GM12878_insitu_combined.hic  \
                            ArrowHead_GM12878_primary+replicate.bed \
                            FANC/output/fanc_gm12878.agg \
                            FANC/output/fanc_gm12878.agg.png \
                            FANC/output/fanc_gm12878.agg.txt

the fanc_gm12878.agg.png is like this:
image
I'm afraid the result is not right.However, when I read the docs, I do not find any parameters that I can use to revise the result. And the picture after O/E and large is like this:
image

image

Do I did anything wrong? Or,is my file wrong ?

Sorry to bother, It would be very grateful if you could help me with this.
Looking forward to your answering.

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