Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • menglin
    Junior Member
    • Apr 2015
    • 6

    #1

    mirdeep2

    Dear all,

    I am new for miRDeep2. Now I am trying to use the datasets from GEO. But how could I convert the geo txt file to fasta file. I tried to use the command as: geo2fasta.pl ./datas/GSE21279/GSM274171-9598.txt >read.fasta

    but the read.fasta file is empty.
    This is the geo txt file:

    #ID_REF =
    #VALUE = number of times small RNA was sequenced
    ID_REF VALUE
    TCGTATGCCGTCTTCTGCTTGAAAAAA 24660
    TCCCTGGTGGTCTAGTGGTTAGGATTC 19051
    GGTAAAATGGCTGAGTAAGCATTAGAC 15277
    GGCTGGTCCGAAGGTAGTGAGTTATCT 14623
    TCCCTGTGGTCTAGTGGTTAGGATTCG 12526
    TGAGGTAGTAGGTTGTATGGTTTCGTA 10438
    TGAGGTAGTAGATTGTATAGTTTCGTA 9830
  • wisense
    Member
    • Sep 2011
    • 30

    #2
    Hi, menglin
    I think you can use one line awk command to do this kind of job. Something like this:
    awk '(NR>3){count+=1; print ">seq_"count"_x"$2"\n"$1}' GSM2741719598.txt > read.fasta
    The output read.fasta file may like this:
    >seq_1_x24660
    TCGTATGCCGTCTTCTGCTTGAAAAAA
    >seq_2_x19051
    TCCCTGGTGGTCTAGTGGTTAGGATTC
    Hope this help you.

    wisense

    Comment

    • menglin
      Junior Member
      • Apr 2015
      • 6

      #3
      Originally posted by wisense View Post
      Hi, menglin
      I think you can use one line awk command to do this kind of job. Something like this:


      The output read.fasta file may like this:


      Hope this help you.

      wisense

      Hi Wisense,

      thank you very much for your reply. I have tried to use the awk command. But I want to know the reason why I can not use the script geo2fasta.pl directly. Have you ever used mirDeep2? Maybe I need mire help. Thanks one more time.

      Comment

      • wisense
        Member
        • Sep 2011
        • 30

        #4
        Originally posted by menglin View Post
        Hi Wisense,

        thank you very much for your reply. I have tried to use the awk command. But I want to know the reason why I can not use the script geo2fasta.pl directly. Have you ever used mirDeep2? Maybe I need mire help. Thanks one more time.
        Yes, I have used mirDeep2 to analize my microRNA-seq data. Because my input was fastq format, I didn't use the geo2fasta.pl script directly. So I can't tell why you can not use the script.

        Comment

        • menglin
          Junior Member
          • Apr 2015
          • 6

          #5
          Originally posted by wisense View Post
          Yes, I have used mirDeep2 to analize my microRNA-seq data. Because my input was fastq format, I didn't use the geo2fasta.pl script directly. So I can't tell why you can not use the script.
          Hi Wisense,

          thank you all the same. Is it possible to give me your email or fb so that contact with you directly per email if I have further questions? My email is [email protected]

          Comment

          • wisense
            Member
            • Sep 2011
            • 30

            #6
            Originally posted by menglin View Post
            Hi Wisense,

            thank you all the same. Is it possible to give me your email or fb so that contact with you directly per email if I have further questions? My email is [email protected]
            You are welcome. Here is my e-mail address: [email protected]. I don't use fb, because it's been blocked by the Chinese government

            Comment

            • menglin
              Junior Member
              • Apr 2015
              • 6

              #7
              Originally posted by wisense View Post
              You are welcome. Here is my e-mail address: [email protected]. I don't use fb, because it's been blocked by the Chinese government
              yes yes. I forgot that. Google was also blocked. Thank you very much!

              Comment

              • menglin
                Junior Member
                • Apr 2015
                • 6

                #8
                Originally posted by wisense View Post
                You are welcome. Here is my e-mail address: [email protected]. I don't use fb, because it's been blocked by the Chinese government
                Hi wisense,

                I have a question about mirDeep2. For quantifier and mirdeep2 scripts, we
                need to use the known miRNA precursor and mature miRNA. But if we download
                the datasets from mirBase. What we get is the entire known miRNA. So
                should we extract the miRNA we need using python/perl script or linux
                command? Thank you very much for your help.

                Comment

                Latest Articles

                Collapse

                • SEQadmin2
                  How Immunogenomics Decodes Immunity’s Genetic Blueprint
                  by SEQadmin2




                  The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.

                  This convergence of genetics, immunology, and computation...
                  Yesterday, 05:41 AM
                • SEQadmin2
                  Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                  by SEQadmin2



                  CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                  Despite this, “CRISPR helped turn genome editing from a specialized technique into
                  ...
                  07-31-2026, 11:01 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, 08-24-2026, 10:32 AM
                0 responses
                43 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 08-20-2026, 11:17 AM
                0 responses
                48 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 08-18-2026, 10:05 AM
                0 responses
                55 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 08-13-2026, 12:22 PM
                0 responses
                50 views
                0 reactions
                Last Post SEQadmin2  
                Working...