You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It would be a cool enhancement to have an "amplicon mode" for targeted sequencing (i.e. illumina cancer panels, etc).
Probably the big differences with what there is the inclusion of a manifest (bed file with targeted regions).
QC [fastqc+multiqc]
alignment [bwa-mem]
[deduplication?]<-probably not needed
variant calling [gatk,strelka]
Hi @egenomics, we just released 2.6, and we now include CNVkit, and the new parameter --skip_markduplicates allow to skip the MarkDuplicates process.
So I think I can finally close this issue.
Thanks a lot for all your suggestions
Hi,
It would be a cool enhancement to have an "amplicon mode" for targeted sequencing (i.e. illumina cancer panels, etc).
Probably the big differences with what there is the inclusion of a manifest (bed file with targeted regions).
QC [fastqc+multiqc]
alignment [bwa-mem]
[deduplication?]<-probably not needed
variant calling [gatk,strelka]
Quality control for target capture experiments:
https://bioconductor.org/packages/release/bioc/html/TEQC.html
CNV:
Currently using CoNVaDING. I am sure there are better alternatives out there.
https://github.com/molgenis/CoNVaDING
Probably a good alternative is CNVkit: https://cnvkit.readthedocs.io/en/stable/
Calculation of coverages in the targeted regions, gene level and exon level.
The text was updated successfully, but these errors were encountered: