Skip to content

Test on Low-Pass whole genome sequenced (LP-WGS) samples #14

Description

@Sohambiswas8

Hi, @kiranchari

I should have asked this question as well in the previous issue. My tumor samples are Low-Pass whole genome sequenced, with an average depth of coverage of 1.6x to 4x, much less than usual WGS. These are prostate cancer (PCa) individuals. Is VarNet-T tested on LP-WGS for the detection of SNVs and InDels?

I have run a single test. After the predict.py step, I have only 81 'PASS' variants, and I don't see any PCa-specific mutations like in AR, CHEK2, or other known DNA-damage repair gene mutations.

The commands are here:

1. Step 1)
"docker run -it --rm -v /home/soham:/host_data \

-w /VarNet kiranchari/varnet:latest /bin/bash \

-c "git pull; mkdir -p /host_data/soham/LP-WGS/somatic/varnet/output; python filter.py \

--sample_name LPS1 --tumor_bam /host_data/soham/LP-WGS/markdup/LPS1.markdup.bwa.bam \

--processes 4 --output_dir /host_data/soham/LP-WGS/somatic/varnet/output --reference /host_data/ref/hg38.fa"


2. Step 2) Filter (I am not sure whether this step is needed again)

"docker run -it --rm -v /home/soham:/host_data -w /VarNet kiranchari/varnet:latest \

python filter.py --sample_name LPS1 --tumor_bam /host_data/soham/LP-WGS/markdup/LPS1.markdup.bwa.bam \

--processes 4 --output_dir /host_data/soham/LP-WGS/somatic/varnet/output --reference /host_data/ref/hg38.fa"

3. Step 3) Predict

"docker run -it --rm -v /home/soham:/host_data -w /VarNet kiranchari/varnet:latest python predict.py \

--sample_name LPS1 --tumor_bam /host_data/soham/LP-WGS/markdup/LPS1.markdup.bwa.bam \

--processes 4 --output_dir /host_data/soham/LP-WGS/somatic/varnet/output --reference /host_data/ref/hg38.fa"

What can be the issue here? I haven't performed the realigning around the Indels step yet. The BAM file is only duplicate-marked.
Or, is it because of the LP-WGS samples, and hence some internal thresholds are filtering 'true variants'?

Thank you in advance,
Soham

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions