-
Notifications
You must be signed in to change notification settings - Fork 111
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
add CNV #407
Comments
Hi @MarineBergot , |
Thanks for your super quick answer! no it's local files, with our pipeline we have file with all CNV/SNV in vcf or gvcf format |
For the moment, we don't support vcf. Could you make a scheme on how you would represent them, so when we have time to develop new features, we know how it could be useful? Meanwhile I guess you can convert the vcf to bed (if you don't know how to do, just do a head of your vcf I will give you the command)... |
Hi again ! i'm trying to add CNV to my (not perfect) plot, i have issue with color. I tried to cheat and added color with bed12 but i don't have bed12. i converted vcf to bed with rgb color regarding the type of CNV but i don't know what to put in the 3 last columns then it's not working (i tried with 0 and 1 but no ) chr1 43593267 43594572 . 0 . 43593267 43594572 188,100,241 my .ini file [x-axis] [hic matrix] depth is the maximum distance plotted in bp. In Hi-C tracksthe height of the track is calculated based on the depth suchthat the matrix does not look deformeddepth = 5000000 [tads] the tads are overlay over the hic-matrixthe share-y options sets the y-axis to be sharedbetween the Hi-C matrix and the TADs.overlay_previous = share-y [spacer] [hic matrix] depth is the maximum distance plotted in bp. In Hi-C tracksthe height of the track is calculated based on the depth suchthat the matrix does not look deformeddepth = 1000000 [tads] the tads are overlay over the hic-matrixthe share-y options sets the y-axis to be sharedbetween the Hi-C matrix and the TADs.overlay_previous = share-y [spacer] [test arcs overlay] [gtf exons] [CNV] [bigwig] [vlines] do you have any idea i could do to have on color regarding the type of CNV? |
Hi,
[CNV]
file = dijen080_cnv_bed12.bed
height = 3
title = CNV
color = bed_rgb
labels = false
|
PS: For the next exchanges, would you mind to put your ini file in a code block? You can generate a code block with triple ` followed by ini:
Thanks |
thanks for your quick answer, i tried as you suggested for CNV but nothing is shown :/
`
|
What do you mean by 'scale is not right'.
Which is the one you see in your region (chr8:6-11Mb).
|
H! it's me again :) i'm still working on my plot to add RNA-seq data. I added easily coverage but i would like to add zscore, do you have something like that? my file looks like that :
my .ici file (beginning didn't change)
|
It is because of the quotes around your chromosome name. |
I need more info to help you:
For the overlay you are asking. There is an option: |
Hi ! thanks for your work, i would like to know if it's possible to add CNV/SNV on the plot? thanks :)
i'm using:
python 3.8
pyGenomeTracks 3.7
The text was updated successfully, but these errors were encountered: