Hi
I have performed the CNVkit on WGS deduplicated bam files ( normal and tumor) using the "batch" command, I have two questions :
1- How can I find the genes with CNV ? ( I mean on which files the information could be fetch?)
2- Is the batch command for such CNV analysis ( normal bam file and tumor bam file) ?
thanks.
Thanks DGTool for answer. For running call you mean I need to run the call part on .cnn/.cns files again? Becuase the batch run "call" as a part of pipeline.
Ah, if it already has run
call
, then that should be fine, you can just rungenemetrics
on it and it should give you the copy-number in the output. (To check ifcall
had run successfully on the cns/cnr files, the.cnr
and/or.cns
file should have acn
column in them; if yes then all good, otherwise one can runcall
on them separately)Thanks a lot, How can I find the CN-LOH from those files?