Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • omerfaruk
    Member
    • Apr 2013
    • 19

    #1

    Find Gene name Chromosome Positions

    Hello,

    I would like to have an tab-delimited txt file that includes chromosome name, nucleotide start-stop, gene name.

    That is;
    The gene positions on chromosomes. Something like:
    chr start stop name
    1 69090 70008 OR4F5
    1 861321 874870 SAMD11

    Best regards,
    Omer Faruk
    Last edited by omerfaruk; 05-08-2013, 02:43 AM.
  • mattia
    Member
    • Aug 2011
    • 30

    #2
    Try with Ensebl tool
    -->
    Click on "customise your download".
    Then select "ENSEMBL GENES 71 " and your species.
    Now, appears : "Filter"s and "Attributes". Click in "Attributes" and then in "Genes".
    choose: "Chromosome Name","Gene Start", "Gene Stop", "Associated Gene Name".
    Click on "RESULT"
    select "TSV" and "Unique result only".
    Click on GO.

    You can visit also UCSC Genome Browser

    Comment

    • Richard Finney
      Senior Member
      • Feb 2009
      • 701

      #3
      For human hg19 ...

      Download this file : http://hgdownload.cse.ucsc.edu/golde...refFlat.txt.gz

      wget is good way to do this :
      wget http://hgdownload.cse.ucsc.edu/golde...refFlat.txt.gz

      unzip it :
      gunzip refFlat.txt.gz


      Then run this ...
      cut -f1,3,5,6 refFlat.txt | awk '{print $2"\t"$3"\t"$4"\t"$1}'

      Comment

      • crazyhottommy
        Senior Member
        • Apr 2012
        • 187

        #4
        if you know how to use galaxy
        watch this video http://screencast.g2.bx.psu.edu/flash/TAF1.html

        there is a step getting the genes from UCSC table browser.

        Comment

        • ramouna
          Junior Member
          • Oct 2013
          • 2

          #5
          The output is based on hapmap positions right?

          Comment

          • vishal.rossi
            Member
            • Apr 2013
            • 25

            #6
            you can get this from Conifer tools, it contains a file called probes.txt which has this information

            Comment

            • jaumesastretomas
              Junior Member
              • Jan 2015
              • 1

              #7
              Why are duplicated genes in different chromosomes?

              Hi all!

              I tried using the VIM option to the refFlat.txt file, but I'm getting duplicated gene names in different chromosomes.

              For instance, i'm getting gene MIR6859-3 in chromosome 1, 15 and 16, how is that possible?

              what is the best way to get a file with: chrm start end gene_name

              Comment

              • mastal
                Senior Member
                • Mar 2009
                • 666

                #8
                MIR looks like it's probably an miRNA, so it's very possible.

                See miRBase for more information.

                Comment

                Latest Articles

                Collapse

                • 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
                • SEQadmin2
                  Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                  by SEQadmin2


                  Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                  The systematic characterization of the human proteome has
                  ...
                  07-20-2026, 11:48 AM

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, Yesterday, 10:35 AM
                0 responses
                7 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 08-06-2026, 07:41 AM
                0 responses
                25 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 08-03-2026, 10:13 AM
                0 responses
                45 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-31-2026, 02:55 AM
                0 responses
                48 views
                0 reactions
                Last Post SEQadmin2  
                Working...