Announcement

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

  • How to Extract Multiple Sequence from Multi Fasta File by ID list

    Hi,
    I have a list of ids in .txt format and a multi fasta file with sequences. I need to extract sequences with the IDs in the list.

    Can you help me, please?

  • #2
    I think you can do that using seqret which is part of EMBOSS. According to the documentation the paramater -iquery1 can be used to specify a list of IDs, although probably not a file with IDs...

    Comment


    • #3
      Do you program? You can do that with a few lines using a library like Biopython.

      Alternatively, if you have a local Galaxy you could ask your admin to install one of these tools: http://toolshed.g2.bx.psu.edu/view/p...q_filter_by_id or http://toolshed.g2.bx.psu.edu/view/p...q_select_by_id

      Comment


      • #4
        If there are no linebreaks in the sequences, then

        Code:
        grep -A1 -w -f id.txt seqFile.fasta > output.fasta
        should work. The ids have to be identical to the fasta headers including the greater than sign.
        savetherhino.org

        Comment


        • #5
          faSomeRecords from Kent utilities is the simplest solution (http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/)

          More here: http://seqanswers.com/forums/showpos...0&postcount=13

          Comment

          Latest Articles

          Collapse

          • seqadmin
            Advanced Methods for the Detection of Infectious Disease
            by seqadmin




            The recent pandemic caused worldwide health, economic, and social disruptions with its reverberations still felt today. A key takeaway from this event is the need for accurate and accessible tools for detecting and tracking infectious diseases. Timely identification is essential for early intervention, managing outbreaks, and preventing their spread. This article reviews several valuable tools employed in the detection and surveillance of infectious diseases.
            ...
            Yesterday, 01:15 PM
          • seqadmin
            Strategies for Investigating the Microbiome
            by seqadmin




            Microbiome research has led to the discovery of important connections to human and environmental health. Sequencing has become a core investigational tool in microbiome research, a subject that we covered during a recent webinar. Our expert speakers shared a number of advancements including improved experimental workflows, research involving transmission dynamics, and invaluable analysis resources. This article recaps their informative presentations, offering insights...
            11-09-2023, 07:02 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, Yesterday, 08:12 AM
          0 responses
          14 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 11-22-2023, 09:29 AM
          1 response
          46 views
          0 likes
          Last Post VilliamPast  
          Started by seqadmin, 11-22-2023, 08:53 AM
          0 responses
          30 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 11-21-2023, 08:24 AM
          0 responses
          23 views
          0 likes
          Last Post seqadmin  
          Working...
          X