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

total number diff in venn plot #46

Closed
whiteorchid opened this issue Mar 26, 2021 · 2 comments
Closed

total number diff in venn plot #46

whiteorchid opened this issue Mar 26, 2021 · 2 comments

Comments

@whiteorchid
Copy link

intervene venn -i ./*.bed --output .  --bedtools-options  f=1,s,r --figtype png --title "precision(100%)" 
mv Intervene_venn.png  compare_1.png
sleep 3 

intervene venn -i ./*.bed --output .  --bedtools-options  f=0.75,s,r --figtype png --title "precision(75%)"  
mv Intervene_venn.png  compare_0.75.png
sleep 3 

intervene venn -i ./*.bed --output .  --bedtools-options  f=0.5,s,r  --figtype png --title "precision(50%)"  
mv Intervene_venn.png  compare_0.5.png
sleep 3 

intervene venn -i ./*.bed --output .  --bedtools-options  f=0.25,s,r  --figtype png --title "precision(25%)" 
mv Intervene_venn.png  compare_0.25.png
sleep 3 

intervene venn -i ./*.bed --output .  --bedtools-options  f=0.1,s,r  --figtype png --title "precision(10%)"  
mv Intervene_venn.png  compare_0.1.png
sleep 3 

Hi dear author,

I have three bed files for intervene to draw the venn plot, using the various fraction (0.1, 0.25, 0.5, 0.75, 1); and manually add the total numbers in the venn plot for each bed file, while A, B total number almost the same under fraction 0.1 and 1, the C bed file total number added from the venn plot has near 3000 difference (f=1 vs f=0.1); is this normal, how to adjust it?

Thank you so much!

@jiepan1
Copy link

jiepan1 commented Jul 11, 2022

Hi ,
I have the same problem. Have you solved it

@asntech
Copy link
Owner

asntech commented Sep 24, 2022

Please check this issue #27

@asntech asntech closed this as completed Sep 24, 2022
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

3 participants