Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Visualization of sam file to find introns

    Hey guys

    I have a .sam file from bowtie2 and I want to see if there is a high number of reads mapped on intronic sequences..
    What is the fastest solution? I planned to visualize the alignment in comparison to a gff file.
    But it seems to be very labourous. So, is there a tool that has a table as output where I can see how many reads are mapped to introns?

  • #2
    Hi,
    To visualize sam or bam file with gff, the best option is GBrowse.
    About how many reads are located in the introns; what is the gff file version (2 - 3?), something like this?:

    Code:
    ##gff-version 3
    scaffold_1	Gaze	gene	84	2328	93.4297	-	.	ID=GSADVG00000001001;Name=GSADVG00000001001
    scaffold_1	Gaze	mRNA	84	2328	93.4297	-	.	ID=GSADVT00000001001;Parent=GSADVG00000001001;Name=GSADVT00000001001
    scaffold_1	Gaze	UTR	84	409	1.6390	-	.	Parent=GSADVT00000001001;Name=GSADVT00000001001
    scaffold_1	Gaze	CDS	410	488	1.6374	-	2	Parent=GSADVT00000001001;Name=GSADVT00000001001
    scaffold_1	Gaze	CDS	552	686	13.9647	-	2	Parent=GSADVT00000001001;Name=GSADVT00000001001
    scaffold_1	Gaze	CDS	742	875	9.9687	-	0	Parent=GSADVT00000001001;Name=GSADVT00000001001
    scaffold_1	Gaze	CDS	939	1093	5.3854	-	1	Parent=GSADVT00000001001;Name=GSADVT00000001001
    In this case you can do this (maybe not the best): use HTSeq to count the reads mapped in the gene (gene-ID) and then use the same to count the exon reads (CDS-Parent); the difference would give you a approximation (take off the UTR reads too if you have it).

    I've tried different scripts (from different sources) to to show up the intron regions given a gff file like that; though the outputs weren't too good. If anyone knows a better one, please let us know.

    Comment


    • #3
      You could try using Tablet for this (on Windows, Mac or Linux on your own computer). Load an assembly (SAM/BAM + reference) and then import the GFF file of features. The feature rendering is quite simple but enough to see intron/exon boundaries and compare them by eye to RNA Seq coverage.



      GBrowse is good but intended to run on a server, and is quite a lot of work to setup. It might still be a better choice - it depends what exactly you want to do.

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM
      • seqadmin
        Strategies for Sequencing Challenging Samples
        by seqadmin


        Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
        03-22-2024, 06:39 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      18 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      22 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      47 views
      0 likes
      Last Post seqadmin  
      Working...
      X