Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • brachysclereid
    Member
    • Feb 2011
    • 32

    csfasta to fasta?

    Is anyone aware of a script that will convert a color space fasta to a fasta file?
  • BAMseek
    Senior Member
    • Apr 2011
    • 124

    #2
    One thing to keep in mind - you could convert the colors into bases, but an error in the color call would throw off all the subsequent bases after that position. It may be better to align the data in colorspace (converting the reference sequence into color space), and then finding the most parsimonious conversion of the color space reads into base space reads given the reference.

    Comment

    • brachysclereid
      Member
      • Feb 2011
      • 32

      #3
      csfasta to fasta

      I would still like to do this. In theory those problems would result in kmers occurring only once or a few times in the data set and could be removed.


      Does such a script exist?

      Comment

      • kevleb
        Member
        • Jun 2009
        • 10

        #4
        you should use encodeFasta.py script in corona from SOLiD.

        Comment

        • pmiguel
          Senior Member
          • Aug 2008
          • 2328

          #5
          Originally posted by brachysclereid View Post
          I would still like to do this. In theory those problems would result in kmers occurring only once or a few times in the data set and could be removed.
          Alas, no. Without knowing the base n-1, there are 4 base space sequences that may derive from a color space sequence starting at base n. One of those base space sequences is correct, the other 3 are incorrect. The result is that any error at any position sends one down the incorrect path. However, these will not create wildly divergent kmers because there are only 3 of them.

          It might be possible to collapse the resulting "homoconvertamers" knowing their derivation. But it would likely be easier to just do all the analysis in color space (and take advantage of the extra error detection capabilities of color space) and do the conversion to base space as a final step.

          --
          Phillip

          Comment

          • westerman
            Rick Westerman
            • Jun 2008
            • 1104

            #6
            I definately agree with Phillip and BAMSeek as to the advisability of doing your work in colorspace instead of in basespace. As for your specific question, there have been several cs-to-bs converters posted on SeqAnswers. Gringer posted one recently (which I did not like). Other people have posted theirs. Search for forum for the keywords "basespace colorspace"

            Comment

            Latest Articles

            Collapse

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, Yesterday, 10:09 AM
            0 responses
            10 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-04-2026, 08:59 AM
            0 responses
            20 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-02-2026, 12:03 PM
            0 responses
            27 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 06-02-2026, 11:40 AM
            0 responses
            22 views
            0 reactions
            Last Post SEQadmin2  
            Working...