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
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin




        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
        04-22-2024, 07:01 AM
      • 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

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Today, 11:49 AM
      0 responses
      8 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, Yesterday, 08:47 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      61 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      60 views
      0 likes
      Last Post seqadmin  
      Working...
      X