Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 1. embl/gbk to FASTA conversion; 2. 16s RNA to be found in a embl/gbk file

    I need help with 2 things:

    1. I have a EMBL or a gbk file format for the contigs of Salmonella enterica and I want to find the contig that has 16sRNA gene. Could anybody help me with this please?

    2. How can I convert EMBL/gbk to FASTA format?

  • #2
    If you have gff file and genome file, then you can extract fasta format sequences in many ways. here i know using Cufflinks source.
    gffread -E annotation.gff -o- | more
    Krishna

    Comment


    • #3
      Here is how this can be done with Biopieces:

      Code:
      read_genbank -i E_coli_K12_MG1655.gb |
      grab -k PRODUCT -p '16S ribosomal RNA' |
      rename_keys -k PRODUCT,SEQ_NAME |
      write_fasta -x
      read_embl can be used for embl files.

      Comment


      • #4
        Originally posted by ashuchawla View Post
        How can I convert EMBL/gbk to FASTA format?
        EMBOSS seqret will convert from EMBL to FASTA, GenBank to FASTA, etc:

        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 on Modified Bases...
          Today, 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, 04-11-2024, 12:08 PM
        0 responses
        37 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        41 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        35 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-04-2024, 09:00 AM
        0 responses
        54 views
        0 likes
        Last Post seqadmin  
        Working...
        X