Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Looking for Known Gene Mutation in ELAND export file

    Hello All,

    I am working on NGS data analysis and I am relatively new in the field as compared to others present here.

    I have a question regarding ELAND export file (the file on further processing gives me RPKM values for each gene in the cell, for which RNA seq was performed), I want to know wheather a gene X in the cell for which RNA seq was performed has a mutation or not (this mutation is known, say D314K, where D and K are amino acids).
    Please give a detailed answer with steps. I am very confused as to how I can get this information from my RNA seq data.

    Thank you,
    Last edited by Abhishek; 03-24-2012, 01:33 AM.

  • #2
    What does an Eland export file look like? Can you cut and paste a sample?

    Comment


    • #3
      This is the format of file:

      The number of fields per line remains a constant 22, any not relevant to a particular read are left blank (the empty string ""). In particular, for a single-read analysis the Read Number, Paired Read Alignment Score and Partner Chromosome/Contig/Offset/Strand fields will all be blank

      1. Machine (as parsed from run folder name.
      2.Run Number (as parsed from run folder name).
      3. Lane.
      4. Tile.
      5. X Coordinate of cluster.
      6. Y Coordinate of cluster.
      7. Index String (blank for a non-indexed run).
      8. Read Number ("1" or "2" for paired read, blank for a single read).
      9. Read.
      10. Quality String - in symbolic ASCII format (ASCII chracter code = quality value + 64) by default, set QUALITY_FORMAT --numeric in the GERALD config file to get numeric values instead.
      11. Match Chromosome - name of chromosome match was to OR code indicating why no match was done.
      12. Match Contig (blank if no match found) - gives contig name if there is a match and the match chromosome is split into contigs.
      13. Match Position (always with respect to forward strand, numbering starts at 1).
      14. Match Strand ("F" for forward or "R" for reverse, blank if no match).
      15. Match Descriptor - concise description of alignment. A numeral denotes a run of matching bases, a letter denotes substituation of a nucleotide, so e.g. for a 35 base read, "35" denotes an exact match and "32C2" denotes substitution of a "C" at the 33rd position.
      16. Single Read Alignment Score - alignment score of single read match (if a paired read, gives alignment score of read if it were to be treated as a single read).
      17. Paired Read Alignment Score - alignment score of read pair (alignment score of a paired read and its partner, taken as a pair. Blank for a single read run).
      18. Partner Chromosome - not blank only if read is paired and its partner aligns to another chromosome, in which case it gives the name of the chromosome.
      19. Partner Contig - not blank only if read is paired and its partner aligns to another chromosome and that partner is split into contigs.
      20. Partner Offset - if a paired read's partner hits to the same chromosome (as it will in the vast majority of cases) and contig (if the chromosome is split into contigs) then this number added to Match Position gives the alignment position of the read's partner.
      21. Partner Strand - which strand did the paired read's partner hit to("F" for forward or "R" for reverse, blank if no match).
      22. Filtering. Did the read pass quality filtering? "Y" for yes, "N" for no.

      Comment


      • #4
        There are probably more direct ways, but I would use the samtools export2sam.pl to convert to a Sam file. You can then use samtools mpileup or other variant callers like GATK to find mutations.

        Comment


        • #5
          Hi !

          Below I have listed set of steps I am following and the error I am getting please look into this and suggest a remedy:

          Step 1. export2sam.pl --read1=RNA_export.txt | perl -wpe 's/(chr.*)\.fa/$1/' > aln.sam

          Step 2. since the al.sam does not have the header @SQ, I did following to get the header and alignment.

          samtools faidx ref.fa (where ref.fa is my reference file)
          samtools view -bt ref.fa.fai aln.sam > aln.bam

          As soon as I enter the second command I get the error
          [sam_read1] reference 'chr21_random.fa' is recognized as '*'.

          Kindly help.

          Thank you

          Comment


          • #6
            solutions

            There are several solutions you can try.

            One has already been posted above.

            You can also convert your output to a bam file and load into Integrated Genome Viewer and then look at the region you are interested in.

            You can also use awk to filter the reads that overlap with the location of your mutation and look manually to see if the position you have your mutation has the expected nucleotide change.

            awk '$12="contigname" && ($13>startpositionbeforedeletion && $13<startpositionbeforedeletion+lengthofreads)' NameofElandFile | more

            Good luck!

            Comment

            Latest Articles

            Collapse

            • seqadmin
              Recent Innovations in Spatial Biology
              by seqadmin


              Spatial biology is an exciting field that encompasses a wide range of techniques and technologies aimed at mapping the organization and interactions of various biomolecules in their native environments. As this area of research progresses, new tools and methodologies are being introduced, accompanied by efforts to establish benchmarking standards and drive technological innovation.

              3D Genomics
              While spatial biology often involves studying proteins and RNAs in their...
              01-01-2025, 07:30 PM
            • seqadmin
              Advancing Precision Medicine for Rare Diseases in Children
              by seqadmin




              Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
              12-16-2024, 07:57 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 01-09-2025, 04:04 PM
            0 responses
            431 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 01-09-2025, 09:42 AM
            0 responses
            441 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 01-08-2025, 03:17 PM
            0 responses
            452 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 01-03-2025, 11:18 AM
            1 response
            50 views
            1 like
            Last Post Tonia
            by Tonia
             
            Working...
            X