WGLab / PennCNV

Copy number vaiation detection from SNP arrays
http://penncnv.openbioinformatics.org
Other
89 stars 53 forks source link

scan_region.pl #56

Open hui-1 opened 4 years ago

hui-1 commented 4 years ago

hi , when i did cnv annotation ,the code was scan_region.pl sampleall.cnv hg19_refGene.txt -refgene > sampleall.cnv.rg19, the reflink file can not find in ucsc now, the annotation result only show the NM_022463 id ,not the gene name, i don't know the reason,how can i get the annotation gene name by scan_region.pl?
hope for your reply! thanks

kaichop commented 4 years ago

There is an argument (probably -gene2) that you can use to take gene name from the refGene.txt file directly.

On Wed, May 20, 2020 at 9:50 AM hui-1 notifications@github.com wrote:

hi , when i did cnv annotation ,the code was scan_region.pl http://scan_region.pl sampleall.cnv hg19_refGene.txt -refgene > sampleall.cnv.rg19, the reflink file can not find in ucsc now, the annotation result only show the NM_022463 id ,not the gene name, i don't know the reason,how can i get the annotation gene name by scan_region.pl? hope for your reply! thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/WGLab/PennCNV/issues/56, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNG3OEMGYJPHPSSXZKSDC3RSPN3NANCNFSM4NF6RC7A .

hui-1 commented 4 years ago

Thank you very much,you are so kind! it is an argument( --name2_flag ),Thanks again for your reminding.