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
          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...
          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
        58 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 10:19 PM
        0 responses
        53 views
        0 likes
        Last Post seqadmin  
        Started by seqadmin, 04-10-2024, 09:21 AM
        0 responses
        45 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