Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Reverse complement of a bacterial gene

    Hello everyone,

    I am trying to create reverse complement of a bacteria gene in minus strand. Though I have read a lot on its mechanism and even got a perl script done that generates reverse complement of a sequence in Fasta format.
    But, I need to generate it for bases in rows, with separate columns of genome position, reference, mutation, reference supporting reads and variant supporting read. Will appreciate suggestion regarding suitable language for it.

    Regards,
    Seema

  • #2
    I think you would like to create a VCF-like file (from a VCF file?). If this is the case Awk/Perl/Python is the suitable language.

    Comment


    • #3
      If you post an example, I could help you. I am new in Bioinformatics but seasoned in computers

      Comment


      • #4
        Originally posted by bi_maniac View Post
        If you post an example, I could help you. I am new in Bioinformatics but seasoned in computers
        Hi,

        Attaching a sample data...column 1, 2, 3, 4, 5 are genome position of bases, reference, mutation, reference supporting read and variant supporting read, respectively.
        I need to get reverse complement of both reference and mutation column.
        The output will be exactly like this format...just the bases in reference and mutation column will be reverse complement ..

        data:
        2153889 T 12 0
        2153890 C +G 11 1
        2153891 A -G 11 1
        2153892 G +T 10 1
        2153893 C +A 11 1

        I am trying to write the code in perl-shell script..

        Comment


        • #5
          I see here two issues: computer programming and bioinformatics ...

          ... I mean: I have no problems with perl script.
          I do not know the meaning of those "+" and "-" signs.
          Please correct me if I am wrong.
          Last edited by bi_maniac; 03-07-2014, 08:02 PM.

          Comment

          Latest Articles

          Collapse

          • 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
          • seqadmin
            Strategies for Sequencing Challenging Samples
            by seqadmin


            Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
            03-22-2024, 06:39 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 04-11-2024, 12:08 PM
          0 responses
          26 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 10:19 PM
          0 responses
          29 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-10-2024, 09:21 AM
          0 responses
          25 views
          0 likes
          Last Post seqadmin  
          Started by seqadmin, 04-04-2024, 09:00 AM
          0 responses
          52 views
          0 likes
          Last Post seqadmin  
          Working...
          X