Hi All, I am looking for a way to visualize my RNA reads from Nanopore Direct RNA sequencing on IGV. I sequenced an IVT reaction, and use minimap2 to map the fastq files with my own specific sequence (fasta file). I got the bam files. Next step I would look for the variant transcripts and visualize them on IGV with my own reference sequences. How could I do that? Thank you.
Thank you, I did sort and index bam file, but still it did not work :( I loaded on IGV and get this error:
Error loading BAM file: htsjdk.samtools.SAMException: Sequence name 'saRNA_ref\' doesn't match regex: '[0-9A-Za-z!#$%&+./:;?@^_|~-][0-9A-Za-z!#$%&+./:;=?@^_|~-]'
How should I fix it? Thanks a lot.
Did you use the same exact reference file that you used for creating minimap index2 when creating the custom genome in IGV. The reference names need to match (with exception of some model genomes e.g. human, where 1 or chr1 can be used).
Hi, I used EPI2ME Desktop Agent with the option of Fastq Custom Alignment to generate the bam file. I uploaded my reference sequence (fasta file) to that tool. And that exact fasta file was used to upload to IGV to create the custom genome. I am not sure what I did wrong :( If you know, please let me know. Thank you!!