Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • how to sort out mate no mapped reads

    Hi,
    I am now doing some analysis about chromosome structure Viaration. Please help me about following questions.
    1. Is there any method to sort out reads which mate is no mapped by IGV dispaly. I have dreamed that pair end all mapped reads are not displayed, so I could see what I wanted.
    2.If IGV can't do it, is there any methods to sort out single mapped reads from SAM or BAM files. As to the sinle mapped reads,some single mapped reads may scatter around the genome, some may concentrated on one loci. the later situation may reflect a real SV. So is there any method to find concentrated single mapped reads.

  • #2
    with samtools you can perform the analysis :

    if you have paired-end reads : "samtools view -f 8 -F 4 file.bam" will give you mapped reads with unmapped mate.

    if you have unpaired + paired reads: "samtools view -F1 file.bam" will give you unpaired mapped reads

    reads concentration, as you say, means deep coverage. To check the coverage along the genome you could use genomeCoverageBed:

    genomeCoverageBed -ibam sortedBamFile.bam -g genome.txt > coverage.txt

    Paired reads with a bad insert size or mis-oriented also could be evidence of structural variation.

    please see this image:



    When you map your reads to some reference you will see similar patterns in regions with structural variation.

    Comment


    • #3
      fastq indicate "table not found"

      Who can tell me why err like this after I enter "fastq-dump -X 5 -Z SRR616966"
      2015-04-13T15:23:47 fastq-dump.2.1.7 err: table not found while opening manager within database module - failed to open 'SRR616966'

      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