Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Downloading UCSC annotation files

    Hello,

    Do you know maybe how to download the UCSC annotation files (with genomes of Campylobacter jejuni, Campylobacter jejuni 81-176, Campylobacter jejuni RM1221) from UCSC browser?

  • #2
    I don't think the microbial UCSC genome browser allows downloads of data (like the regular UCSC browser does). You should check @NCBI (e.g. https://www.ncbi.nlm.nih.gov/genome/149).

    Comment


    • #3
      Dwonloading annotation files from UCSC browser?

      Thanks for quick answer.
      Do you know how to download the annotation files from regular UCSC browser?

      Comment


      • #4
        Download links for genomes are at: http://hgdownload.soe.ucsc.edu/downloads.html

        There are links for annotation database once you select an organism (above link only has eukaryotes and a few exceptional genomes but no bacteria).

        If you need GTF/GFF format then use the "Table browser" tool.

        Comment


        • #5
          Yikes. I actually didn't expect it to work ... but ...

          This script ~seems~ to work ...

          #!/bin/sh
          POSITION="chr:1-1641481"
          wget --progress=dot \
          'http://microbes.ucsc.edu/cgi-bin/hgTables?db=campJeju&hgta_compressType=none&'\
          'hgta_group=genes&hgta_outputType=gff&outGff=1&hgta_regionType=range&'\
          'hgta_table=refSeq&hgta_track=refSeq&org=Campylobacter&position='${POSITION}\
          '&submit=submit&hgta_doTopSubmit=1' \
          -O genscan.${POSITION}.gtf


          Hack the fields to get the table you want; i.e "db" which is the organism code, "hgta_table" for the annontation table, etc. Also, can probably make the positionrange really big rather than precise genome size.

          I can't vouch for the output ;check that it is doing the right thing,
          but it looks like this ...

          head genscan.chr\:1-1641481.gtf
          chr campJeju_refSeq start_codon 1 3 1.000000 + . gene_id "Cj0001"; transcript_id "Cj0001";
          chr campJeju_refSeq CDS 1 1320 1.000000 + 0 gene_id "Cj0001"; transcript_id "Cj0001";
          chr campJeju_refSeq stop_codon 1321 1323 1.000000 + . gene_id "Cj0001"; transcript_id "Cj0001";
          chr campJeju_refSeq exon 1 1323 1.000000 + . gene_id "Cj0001"; transcript_id "Cj0001";
          chr campJeju_refSeq start_codon 1483 1485 2.000000 + . gene_id "Cj0002"; transcript_id "Cj0002";
          chr campJeju_refSeq CDS 1483 2547 2.000000 + 0 gene_id "Cj0002"; transcript_id "Cj0002";
          chr campJeju_refSeq stop_codon 2548 2550 2.000000 + . gene_id "Cj0002"; transcript_id "Cj0002";
          chr campJeju_refSeq exon 1483 2550 2.000000 + . gene_id "Cj0002"; transcript_id "Cj0002";
          chr campJeju_refSeq start_codon 2579 2581 3.000000 + . gene_id "Cj0003"; transcript_id "Cj0003";
          chr campJeju_refSeq CDS 2579 4885 3.000000 + 0 gene_id "Cj0003"; transcript_id "Cj0003



          It looks like the separate microbial genomes site at UCSC uses the same "table browser" code as the regular UCSC site. There might be a way to use a mysql client to snag the data, too.
          Last edited by Richard Finney; 04-11-2016, 09:58 AM.

          Comment


          • #6
            Thanks so much!

            Comment


            • #7
              Wow, that's really great!!! Wonderful!

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Recent Developments in Metagenomics
                by seqadmin





                Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...
                09-23-2024, 06:35 AM
              • seqadmin
                Understanding Genetic Influence on Infectious Disease
                by seqadmin




                During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.

                Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...
                09-09-2024, 10:59 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 10-02-2024, 04:51 AM
              0 responses
              13 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 10-01-2024, 07:10 AM
              0 responses
              21 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-30-2024, 08:33 AM
              0 responses
              25 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 09-26-2024, 12:57 PM
              0 responses
              18 views
              0 likes
              Last Post seqadmin  
              Working...
              X