Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • coordinates to hg19 refseq gene name

    Is there a tool or script that can convert chromsome, start, and end to chromosome, start, end, gene?

    Input: (txt file)
    chr1 955542 955763
    chr1 957570 957852
    chr1 976034 976270

    Output:
    chr1 955542 955763 ...
    chr1 957570 957852 ...
    chr1 976034 976270 ...

    ... is the gene name. Thank you.

  • #2
    There are a number of options for this. One option would be to use GenomicRanges and GenomicFeatures in R. You can also use bedtools or bedops (just use one of the commands that yields the closest feature in a second file and then reparse the output to contain only what you need).

    Comment


    • #3
      coordinates to hg19 refseq gene name

      Here is what I am trying to do:

      In BedTools get a list of gene names from a list of coordinates:
      chr1 955542 955763
      chr1 957570 957852
      chr1 976034 976270

      (is there a command in BedTools you recomend)?


      create example.bed in UCSC

      In BedTools:

      mergeBed - i example.bed > merged_example.bed

      intersectBed -a example1.bed -b example2.bed > intersected_example.bed


      Basically, I am trying to find a subset of probes (example.bed) in a panel of ~4600 genes (example1.bed). Thank you.

      Comment


      • #4
        The PLINK 1.9 resources page describes how to construct this type of gene list file from UCSC Table Browser output:



        (It sounds like you can skip the final "resort by gene name" steps.)

        Comment

        Latest Articles

        Collapse

        • seqadmin
          Non-Coding RNA Research and Technologies
          by seqadmin




          Non-coding RNAs (ncRNAs) do not code for proteins but play important roles in numerous cellular processes including gene silencing, developmental pathways, and more. There are numerous types including microRNA (miRNA), long ncRNA (lncRNA), circular RNA (circRNA), and more. In this article, we discuss innovative ncRNA research and explore recent technological advancements that improve the study of ncRNAs.

          Nobel Prize for MicroRNA Discovery
          This week,...
          10-07-2024, 08:07 AM
        • 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

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by seqadmin, 10-11-2024, 06:55 AM
        0 responses
        11 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 10-02-2024, 04:51 AM
        0 responses
        110 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 10-01-2024, 07:10 AM
        0 responses
        114 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 09-30-2024, 08:33 AM
        1 response
        119 views
        0 likes
        Last Post EmiTom
        by EmiTom
         
        Working...
        X