How can I get the number of reads per variant in hisat2?
Hello,
I would like to see how many reads I have per variant. Is there any way to get this information using hisat2 or gatk or any other tool?
alignemnt
variant
gatk
covid
hisat2
• 1,237 views
•
link
updated
by
Arup Ghosh
•
written
by
Nemo •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
GangSTR Genotyping tool
written by kiran •Hello everyone, thanks for your time. I'm using GangSTR tool which is genome-wide profiling tandem repeats from short reads (Genotyping). I have couple of doubts: …
-
Get variant type from genotype data
written by Nemo •Hi, I have some mutation data (ex. GSE11417). Is there any way to get the variant types like nonsense, missense, and so on?
-
The region for RNase P gene in human genome
written by Nemo •Hi, I have aligned my RNA sequences against human genome and sorted the sam files using samtools. Now I want to see how many reads …
-
How parse collectReadCounts output in r?
written by Nemo •I need to get read counts per gene. I am using GATK collectReadCounts method via following piece of code: ``` "gatk", "CollectReadCounts", "-I", paste0("./sorted-bams/D10.bam"), "-L", …
-
Why there are variants of covid (delta and omicron) in normal samples?
written by Nemo •Hi, I have a dataset of a group of people detected with different types of covid disease. Also, I have some normal samples. I have …
-
Can MarkDuplicates of Picard be used for RNA reads?
written by Nemo •Hello, I have bam files from RNA sequence data. I am following the pipeline of gatk in [Variant calling in RNA sequences][1]. In the second …
-
using gatk haplotypecaller for variants extraction
written by Nemo •Hi, I have rna-sequenced data from covid patients. I am using hisat2 for aligning the reads to reference. So, the resulted bam files after indexing …
-
Adding @RG header line to bam and sam files in hisat2
written by Nemo •Hello, I am using hisat2 for generating sam files using the below command in shell: ./hisat2-2.2.1-Linux_x86_64/hisat2-2.2.1/hisat2 -p 2 --dta -x reference.fasta -1 ./Data/D1.fastq.gz -2 ./Data/D2.fastq.gz …
-
quantify how many reads detect ORF9 and ORF10
written by mkhatun •Hi there, Is there any way to quantify how many reads detect ORF9? I have a word doc with the different parts annotated and sequences …
-
Find Genotype concordance
written by venksHi, I had to compare variant calls from two different arrays. Exome sequence and OMNI chip. I found genoytpe concordance per sample (sample based Genotype …
It's called variant calling. The VCF contains that information. Given your post history it seems you are essentially going blind in your project. I suggest to search for some guided tutorials to get started. The Biostars Handbook would be one option, but it's not entirely free though.
Thanks @ATpoint I have already the variants (vcf format) using gatk haplotypecaller. But I do not see such information like reads per variant in the resulted output file (I see depth of reads and so on but not number of reads per variant). I also looked into biostar handbook the Variant Calling section, and I couldnt find any information related to this.
Number of reads supporting REF & ALT allele: https://gatk.broadinstitute.org/hc/en-us/articles/360037052092-StrandBiasBySample