How to annotate Copy Number Variations (Output of VarScan2)
1
0
Entering edit mode
5.2 years ago
Raheleh ▴ 260

Hi,

I ran this command:

samtools mpileup -q 1 -f hg38.fa normal.sorted.bam tumor.sorted.bam | java -jar VarScan.v2.4.3.jar copynumber varScan --mpileup 1

and this is a part of the output:

> chrom  chr_start  chr_stop  num_positions  normal_depth  tumor_depth  log2_ratio  gc_content
> chr1  13217   13316   100     17.4     14.1   -0.301  61
> chr1  13317   13395   79      18.3     13.3   -0.458  53.2
> chr1  65848   65942   95      10.7     2.5    -2.1    44.2

I searched a lot to see how can be annotated but no success yet. Can any one suggest any tools to annotate this CNV output?

Many thanks!

CNV VarScan annotation • 1.3k views
ADD COMMENT
0
Entering edit mode

Did you solved your problem?

ADD REPLY
0
Entering edit mode

Look at the answer below.

ADD REPLY
2
Entering edit mode
5.2 years ago

first idea: use bedtools intersect with a bed file chrom/start/end/gene to see if those positions intersect with a gene...

ADD COMMENT

Login before adding your answer.

Traffic: 2194 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6