Hi, has anyone found the solution for this? I am running kallisto with --genomebam option along with the --chromosomes, The bam file generated is already sorted by kallisto and indexed so I think I do not have to sort it again. I uploaded these bam files to the IGV and i cant see any alignment and it shows there are 0 counts. I did downstream analysis with abundances.h5 files and differential expression looks fine. I am posting my commands below
"${KALLISTO} quant -i ${GENOME}/hg19.idx -o "MB-7249-Sample-1" -t 10 --genomebam --gtf ${GENOME}/hg19.gtf --chromosomes ${GENOME}/hg19_chromsizes.txt""
Any suggestions on why pseudo-aligned bam files cant be viewed in IGV
Thank you, Hothri
Hi, Thank you for your suggestions, I figured out why I cant view pseudobam files in IGV. I have to upload cdna fasta file to the igv to view bam files. I also tried --genomebam option but it didnot work and i am figuring out why.
The only drawback of viewing transcript pseudobam is I can only view one transcript at a time rather than whole gene. which is bit annoying but I guess this issue will be solved with the bam files are genrated with --genomebam option. I am trying to fix this and will get back when I figure it out. Thank you all for suggestions.
Hello! Did you have any luck with this issue? I'm having the same problem.
Hi, Yes, I identified its an alignment problem. I re-built Kallisto index with cDNA fasta file and realigned the fastqs with genome option and now I can view the whole genome.
Hi, can you share how did you realigned the fastq? I'm also using a cDNA index for kallisto quant with the
--genomebam
,--gtf
and--chromosome
options but my BAM files don't contain chromosome information. Therefore they can't be viewed using the whole genome but only if I upload the cDNA to IGV (which as you said is annoying because you can only see one transcript at a time).