Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Perl Code: Help Needed for Sequence Extraction.

    Hi,

    Please let me know how the coding can be done for extracting each sequence in separate files, from a single file (*.txt or *.fa) containing those multiple sequences in Fasta formay.

    Now, please let me elaborate this:

    Suppose I have a file MultiFasta.txt which containes these three sequences in Fasta format:

    > Species1
    GTTGATGTAGCTTAAACTTAAAGCAAGGCA... ...AACAGACTTACACATGCAAGCATCCACGCCCCGGTGAG

    > Species2
    CGCTTAACCACACCC... ... ...CCATAA

    > Species3
    ATTAGATACCCC... ...TATATACCGCCATCTTCAGCAAACCC

    Now I want these sequences should be extracted in separate files (eithe text format or fasta format). Please let me know what should be the code for the same. I was trying but, all in vein.

    Thanks in advance.

  • #2
    See if this works for you: https://bioexpressblog.wordpress.com...sequence-file/ No code needed.

    Warning: You will get generically named files (1.fa, 2.fa etc) with this one liner.

    If you need file names to be set to the fasta headers (instead of the generic solution above) then it would be best to use faSplit utility from Jim Kent @UCSC (http://hgdownload.cse.ucsc.edu/admin...x86_64/faSplit). faSplit can be used in many ways by in this specific instance, use as follows (out_folder has to be made before running the following command):

    Code:
    $ faSplit byname in.fasta out_folder/
    Last edited by GenoMax; 12-29-2014, 05:18 AM.

    Comment


    • #3
      Thanks for the help. But I use Windows OS. Can I run awk in Windows?

      Comment


      • #4
        bioinformatics-made-simple.com is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, bioinformatics-made-simple.com has it all. We hope you find what you are searching for!


        FASTA Splitter is a simple script for dividing a large FASTA file into smaller equally sized parts.

        Comment


        • #5
          Thank you so much for updating me regarding this Perl script.
          regards,

          Chandra

          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, Yesterday, 11:49 AM
          0 responses
          15 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-24-2024, 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