Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Editing fasta , reference base in snp calling samtools

    Couple questions, I have a fasta file of hg18 which is about 3Gb large and I'm afraid that samtools pileup can't read it correctly because there are lower and upper case letters, is there a tool that can open such a large file so I can edit it or it there something that can convert all lower to upper case?

    Second question is about samtools pileup , after generating a raw.pileup file and filtering snps with R bioconductor package (Rsamtools) using the following commands :
    system("samtools pileup -f genome.fasta output.sorted.bam > raw.pileup")
    snps <- readPileup("raw.pileup", variant="SNP")
    write.table(as.data.frame(snps), "snps.xls")

    I get a xls file in which the column of "referenceBase" is all filled with "*" instead of A/C/T/G....

    someone knows what might be the problem?

    Thanks ahead!

  • #2
    maybe sed can replace all the lowercase letters with uppercase?

    I haven't used the R package, but in general, if you are getting not getting the right reference letter in the pileup, it's because pileup didn't properly connect the reference fasta you gave it in the command line with what was aligned to. Mismatching (or possibly weird names with spaces and odd characters) names might do that, or if the samtools indexing step failed (having one long string of a genome is one reason that step fails), that'll cause pileup to behave like that.

    Comment


    • #3
      Thanks for your answer!

      I get the right letter in the pileup file but as I use the R package in order to determine the snps I get the "*" instead of the reference nucleotides...

      What other tool can exclude the snps from the pileup file ?

      Thanks!

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Recent Advances in Sequencing Analysis Tools
        by seqadmin


        The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
        05-06-2024, 07:48 AM
      • 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...
        04-22-2024, 07:01 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 05-07-2024, 06:57 AM
      0 responses
      12 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-06-2024, 07:17 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 05-02-2024, 08:06 AM
      0 responses
      22 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-30-2024, 12:17 PM
      0 responses
      24 views
      0 likes
      Last Post seqadmin  
      Working...
      X