Header Leaderboard Ad

Collapse

Adaper sequence to Read fastq

Collapse

Announcement

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

  • Adaper sequence to Read fastq

    Hello,

    Fairly new to bioinformatics and first time posting, hopefully I sound halfway intelligent

    My FASTQs contain adapter sequences in the read name. This adapter sequence includes a UMI. However my postprocessing software requires the UMI to be part of the read. Is there some way of inserting the adapter sequence from the read name to the beginning of the read? I'm guessing I'll also need to insert some bogus quality scores as well.

    To visualize, I need to turn this:
    @M01179:478:000000000-C33YY:1:1101:17276:1520 2:N:0:CTTGTATGTATG
    TTGTCGTTCCTTTCTTTTTGTCTCTTTCCTGTACCTCTAG
    +
    11111333@B1B11AA3A3B1A3B3BFEE333130110A0

    into this:

    @M01179:478:000000000-C33YY:1:1101:17276:1520 2:N:0:CTTGTATGTATG
    CTTGTATGTATGTTGTCGTTCCTTTCTTTTTGTCTCTTTCCTGTACCTCTAG
    +
    AAAAAAAAAAAA11111333@B1B11AA3A3B1A3B3BFEE333130110A0

    This would need to be a scriptable solution, and work on all reads from a High Out-put NextSeq run

    Thanks in advance

  • #2
    Are you sure about that? Generally in case of Illumina sequencing index sequences (which are not part of actual reads) are transferred to the fastq header as a part of demultiplexing process. That is what you are probably seeing e.g. "CTTGTATGTATG".

    Comment


    • #3
      That is correct, sequence CTTGTATGTATG is my index sequence. The first 6 bp (CTTGTA) is my sample barcode, the second 6 bp (TGTATG) is a molecular barcode. This second sequence is random, so changes across every read.

      I need to add the entire 12 bp sequence to the beginning of my read in order to utilize the UMI portion of the adapter in my alignment and variant calling software.

      Comment


      • #4
        This may be easier to do by obtaining the index read as a separate fastq file. You will also get real Q-scores for bases in index read when you do that. Stand-alone bcl2fastq allows one to get data in this format. I assume you may be able to do this using BaseSpace as well, if that is what you are using.

        You can then use a program called "Seqkit" (and specifically option "seqkit concat" to concatenate your index read in front of the actual read).

        Comment


        • #5
          Thats fantastic. This confirms by believe that there's a tool for everything.

          This does exactly what I need, with one exception. It calls the entire FastQ into memory, which is a problem when the FastQ files are 20GB each.

          I thought faidx indexing might help, but 1) bcl2fastq outputs gzip not bgzip files, and 2) my input files are FastQ and not FastA. I also thought of trying to stream the job by just providing a list of read names to concatenate using the seqkit common or grep command, but I couldn't get that to work.

          Now I'm thinking of some combination of sort, split and bash loop but I'm still a novice at linux scripting.

          Does anyone have some suggestions on how to process large files using seqkit?

          Thanks

          Comment

          Latest Articles

          Collapse

          • 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
          • seqadmin
            Methods for Investigating the Transcriptome
            by seqadmin




            Ribonucleic acid (RNA) represents a range of diverse molecules that play a crucial role in many cellular processes. From serving as a protein template to regulating genes, the complex processes involving RNA make it a focal point of study for many scientists. This article will spotlight various methods scientists have developed to investigate different RNA subtypes and the broader transcriptome.

            Whole Transcriptome RNA-seq
            Whole transcriptome sequencing...
            08-31-2023, 11:07 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 09-22-2023, 09:05 AM
          0 responses
          14 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 09-21-2023, 06:18 AM
          0 responses
          12 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 09-20-2023, 09:17 AM
          0 responses
          13 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 09-19-2023, 09:23 AM
          0 responses
          28 views
          0 likes
          Last Post seqadmin  
          Working...
          X