Header Leaderboard Ad

Collapse

Pseudo-molecule

Collapse

Announcement

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

  • Pseudo-molecule

    Hi,

    How may I concatenate contigs into a single pseudo-molecule using a linker sequence? Does anyone know of a script for this purpose?

  • #2
    Well if you don't care about contig ordering then just put a bunch of 'N's (I suggest 100) between each contig. I'd probably use 'sed' for this. Something like:

    sed -e 's/>.*/NNNNNNNNNNNNNNNNNN/' <input.fasta>output.fasta

    Then reformat if desired (I used fasta_formatter) and put a header on top of the combined sequence.

    Comment


    • #3
      I'm not really sure i understand what you are asking for or why.

      but here is my take;

      cat contigs.fa | perl -p -e 's/^>.*/LINKER/g' | perl -p -e 's/\n//g' > Pseudo.fa

      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, Today, 07:42 AM
      0 responses
      10 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 09-22-2023, 09:05 AM
      0 responses
      23 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 09-21-2023, 06:18 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 09-20-2023, 09:17 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Working...
      X