However, my question is for RNAseq, are the intervals just going to be every gene, so for example a BED file of the entire transcriptome?
Hello, I am currently using GATK's tool haplotypecaller to do variant discovery for some RNA-seq data. The is a very long running process so I have been looking at how to ways to optimize speed. It is mentioned that you can pass an interval list to HaplotypeCaller to speed up performance. It mentions that you can pass a vcf as the interval list to use. I am wondering if it is appropriate to use a reference vcf such as Ensembl's GRCH38.vcf file, as this will be intervals for genes and my variant discovery will only be looking within genes since that is the nature of the RNA-seq data.
Does make sense to use? I cant find much in the docs about what kind of interval list to use for RNA-seq data, it is mostly about whole genome or targeted exome. If that vcf is not proper to use, what interval list or how do I create an interval list to be used by HaplotypeCaller to speed up processing for this RNAseq data
2 answers
As I know, intervals in HaplotypeCaller are BED files (Genomic positions). You specify the regions where to call variants.
Yes, for every gene or for genes of interest
However, my question is for RNAseq, are the intervals just going to be every gene, so for example a BED file of the entire transcriptome?
Hi jeremy,
This reply is better suited as a comment on abedkurdi10's answer. Could you make the appropriate change please? That would involve the following steps:
- Copy the contents of your reply from this answer (you can edit this answer (Ctrl/Cmd + click the link to open it in a new tab) and do a
Select All->Copythere). - Click on
Add Commenton abedkurdi10's post here: A: Interval list for GATK tool Haplotype Caller - Paste the copied text
- Click on the green
Add Commentbutton - Click on
moderateback in your answer here: A: Interval list for GATK tool Haplotype Caller - Choose
Delete Post - Click on the blue
Submitbutton.
Thank you!
P.S: Please do not add answers unless you're answering the top level question. Use Add Comment or Add Reply as appropriate.
Log in to answer this question.
Yes, you can specify a interval list, just use the
-Loption and point to a BED file containing your intervals!