Visualize raw rna fastq file and aligned bam file
2
0
Entering edit mode
6 months ago
shinyjj ▴ 50

Hi, I am trying to see how raw rna fasq and aligned bam file look like by any visualization tools. Are there any tools to visualize fastq files? Furthermore, are there any tools to see what the mapped bam file looks like (e.g. which transcript or gene it's mapped to) after aligning fastq file using tools like STAR or minimap2? I am not sure if genome browser is related to this. I am quite new to this area, so any suggestions are welcome!

bam genome fastq browser • 512 views
ADD COMMENT
1
Entering edit mode
6 months ago
GenoMax 141k

There are multiple genome browsers available (standalone or online). IGV - Integrative genomics viewer is one of the more commonly used tools that you can install on PC/Mac/Unix. https://igv.org/doc/desktop/ Excellent user guide is available at this site to get you started.

Other examples are IGB, tablet etc.

Are there any tools to visualize fastq files?

There is nothing to visualize in raw sequence files. You will simply have millions of sequence records in fastq format.

ADD COMMENT
0
Entering edit mode
6 months ago

The main HiGlass client-side piece can be integrated with a track plugin called higlass-pileup, which renders reads in a BAM file aligned to a specified assembly. You can pan and zoom to view reads as well as a coverage track.

Indexed BAM files can be hosted on any web server, e.g. a common local nginx host all the way to S3/Cloudwatch, etc.

Other track plugins that could be useful to add to the HiGlass container are higlass-transcripts and higlass-sequence.

The transcripts plugin in its current form requires a higlass-server instance to serve processed gene annotation data. A server can be instantiated via higlass-manage.

ADD COMMENT

Login before adding your answer.

Traffic: 1665 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6