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
        Advanced Tools Transforming the Field of Cytogenomics
        by seqadmin


        At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
        09-26-2023, 06:26 AM
      • seqadmin
        How RNA-Seq is Transforming Cancer Studies
        by seqadmin



        Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
        09-07-2023, 11:15 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, Yesterday, 07:14 AM
      0 responses
      11 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 09-29-2023, 09:38 AM
      0 responses
      13 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 09-27-2023, 06:57 AM
      0 responses
      14 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 09-26-2023, 07:53 AM
      0 responses
      31 views
      0 likes
      Last Post seqadmin  
      Working...
      X