Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • desmo
    Member
    • Nov 2011
    • 25

    Table of transcript variant 1

    Hi all,
    I really hope that someone could help me.
    I would like to have a table that reports the information about the all the transcripts with the additional information of the number of the transcript variant (unfortunatelly refSeqGenes doesn't report this info).
    Just to give you an example I would like something like that

    A1CF NM_001198819.1 transcript variant 5
    A1CF NM_014576.3 transcript variant 1
    A1CF NM_138932.2 transcript variant 2
    A1CF NM_138933.2 transcript variant 3
    A1CF NM_001198818.1 transcript variant 4
    A1CF NM_001198820.1 transcript variant 6

    as it is reported in NCBI.
    Any suggestion?
    Really thanks in advance
  • rbagnall
    Member
    • Jun 2010
    • 34

    #2
    Hi desmo,

    Download the following refseq file (~40Mb)

    ftp://ftp.ncbi.nlm.nih.gov/refseq/H_...man.rna.fna.gz

    unzip and use UNIX grep for the pattern A1CF

    Code:
    grep "A1CF" human.rna.fna
    output

    >gi|311771756|ref|NM_014576.3| Homo sapiens APOBEC1 complementation factor (A1CF), transcript variant 1, mRNA
    >gi|311771757|ref|NM_138932.2| Homo sapiens APOBEC1 complementation factor (A1CF), transcript variant 2, mRNA
    >gi|311771758|ref|NM_138933.2| Homo sapiens APOBEC1 complementation factor (A1CF), transcript variant 3, mRNA
    >gi|311771763|ref|NM_001198818.1| Homo sapiens APOBEC1 complementation factor (A1CF), transcript variant 4, mRNA
    >gi|311771765|ref|NM_001198819.1| Homo sapiens APOBEC1 complementation factor (A1CF), transcript variant 5, mRNA
    >gi|311771767|ref|NM_001198820.1| Homo sapiens APOBEC1 complementation factor (A1CF), transcript variant 6, mRNA

    To retrieve all IDs

    Code:
    grep "^>" human.rna.fna

    Comment

    • desmo
      Member
      • Nov 2011
      • 25

      #3
      Really thanks rbagnall.
      It worked great.
      Thanks again

      Comment

      Latest Articles

      Collapse

      • SEQadmin2
        Nine Things a Sample Prep Scientist Thinks About Before Sequencing
        by SEQadmin2


        I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

        Here are nine questions we think about, in roughly the order they matter, before...
        06-18-2026, 07:11 AM
      • SEQadmin2
        From Collection to Sequencing: Why Sample Preparation and Preservation Define Sequencing Data
        by SEQadmin2


        Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.


        The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
        ...
        06-02-2026, 10:05 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 06-26-2026, 11:10 AM
      0 responses
      12 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-17-2026, 06:09 AM
      0 responses
      48 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-09-2026, 11:58 AM
      0 responses
      106 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 06-05-2026, 10:09 AM
      0 responses
      125 views
      0 reactions
      Last Post SEQadmin2  
      Working...