Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Help for a newbie in here please!

    Hello everyone and thanks for your help. Im a medical doctor doing a masters in molecular biology and i have bioinformatics as one of my classes. My problem is that i have no idea about this and i have to come up with a scrip using shell to download the non coding ribosomal RNAs of all genomes in the ensemble.org site in FASTA format. I would really apreciate your help, thanks a lot!

  • #2
    You have two choices really.

    You could use the official Ensembl Perl API to write a script to specifically pull out only the genes you want from the database directly. This is probably the 'neatest' solution, but the Ensembl API is not something you're going to get on top of in a short time. It's very powerful but it's also complex, opaque and the documentation is scattered all over the place. It might be an interesting learning experience, but probably not the quickest way to get the job done.

    The other alternative is that you could pull the full list of ncRNAs from the Ensembl FTP site. The site has a consistent structure so it should be possible to iterate through the various species directories to pull out the ncrna file for each one within a script. Having done that you'd need to go through the files you downloaded to extract only the ribosomal RNAs from the full set, which you might have to do with a simple set of naming rules.

    Comment


    • #3
      Code:
      wget -r -nd -A *.ncrna.fa.gz ftp://ftp.ensembl.org/pub/release-69/fasta
      this seems to work.

      Comment


      • #4
        Wowww, thanks a lot guys, safe to say that you saved my semester and my sanity! glad to know kind people!

        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...
          Yesterday, 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
        39 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
        55 views
        0 likes
        Last Post seqadmin  
        Working...
        X