Header Leaderboard Ad

Collapse

1000g sequence reads PE or SE?

Collapse

Announcement

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

  • 1000g sequence reads PE or SE?

    I have trouble understand which reads are single reads and which are pair ended reads

    For example, there are three files in

    ftp://ftp.1000genomes.ebi.ac.uk/vol1...sequence_read/

    SRR035330_1.filt.fastq.gz
    SRR035330_2.filt.fastq.gz
    SRR035330.filt.fastq.gz

    I checked the sequence index and they are all supposedly PAIR_ENDED. I think SRR035330_1.filt.fastq.gz and SRR035330_2.filt.fastq.gz constitute one pair. I think I can run them thru bwa to get two sai files and go from there.

    But what is SRR035330.filt.fastq.gz??? Is it really pair ended reads? Or is it single reads?

    Thanks a lot!

  • #2
    The third file is unpaired. I'm not sure which genomes you are using but many are sequenced using multiple platforms. For example, some are sequenced using SOLID and ILLUMINA.

    Comment


    • #3
      Thanks for your reply. Suppose I want to generate a single bam file from them. Is this the right way to do this?

      bwa aln -t 6 hg19.fa SRR035330.filt.fastq.gz > 0.sai
      bwa aln -t 6 hg19.fa SRR035330_1.filt.fastq.gz > 1.sai
      bwa aln -t 6 hg19.fa SRR035330_2.filt.fastq.gz > 2.sai
      bwa samse hg19.fa 0.sai SRR035330.filt.fastq.gz | samtools view -bS - > se.bam
      bwa sampe hg19.fa 1.sai 2.sai SRR035330_1.filt.fastq.gz SRR035330_2.filt.fastq.gz | samtools view -bS - > pe.bam
      samtools merge SRR035330.bam se.bam pe.bam

      Comment


      • #4
        That's the idea. And then of course sort and mark duplicates....

        Comment


        • #5
          Ah. Now that I think about it. I think the SRR035330 run is a pair ended one. But for some reasons, only one end is sequenced for some fragments. This explains why the SRR035330.filt.fastq.gz is much smaller than the other two files.

          Did I describe the situation correctly?

          Comment


          • #6
            This is possible too. Sometimes you get unpaired reads from PE sequencing.

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Improved Targeted Sequencing: A Comprehensive Guide to Amplicon Sequencing
              by seqadmin



              Amplicon sequencing is a targeted approach that allows researchers to investigate specific regions of the genome. This technique is routinely used in applications such as variant identification, clinical research, and infectious disease surveillance. The amplicon sequencing process begins by designing primers that flank the regions of interest. The DNA sequences are then amplified through PCR (typically multiplex PCR) to produce amplicons complementary to the targets. RNA targets...
              03-21-2023, 01:49 PM
            • seqadmin
              Targeted Sequencing: Choosing Between Hybridization Capture and Amplicon Sequencing
              by seqadmin




              Targeted sequencing is an effective way to sequence and analyze specific genomic regions of interest. This method enables researchers to focus their efforts on their desired targets, as opposed to other methods like whole genome sequencing that involve the sequencing of total DNA. Utilizing targeted sequencing is an attractive option for many researchers because it is often faster, more cost-effective, and only generates applicable data. While there are many approaches...
              03-10-2023, 05:31 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 03-24-2023, 02:45 PM
            0 responses
            16 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 03-22-2023, 12:26 PM
            0 responses
            17 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 03-17-2023, 12:32 PM
            0 responses
            17 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 03-15-2023, 12:42 PM
            0 responses
            24 views
            0 likes
            Last Post seqadmin  
            Working...
            X