Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • mathew
    Member
    • Jan 2011
    • 81

    viral genome alignment

    I have a question, I am working on a chIPseq data where tumors are having a viral infection. We IP with a human specific antibody for our gene of interest. The S.E reads from hiseq were aligned to human genome using BWA which has worked fine and gave me some probable binding sites after peak calling. Now I am working on to find what happened to viral factors. So I took viral genome (around 10K) using Bowtie. Here is a screen shot for Bowtie SAM file, There are only 0.30% uniquely mapped reads.
    QNAME FLAG RNAME POS MAPQ CIGAR MRNM MPOS ISIZE SEQ QUAL OPT
    @HD VN:1.0 SO:unsorted
    @SQ SN:AF148805 LN:137969
    @PG ID:Bowtie VN:0.12.7 CL:"bowtie -q -p 8 -S -n 2 -e 70 -l 28 --maxbts 800 -y -k 1 -a --best --phred33-quals /tmp/3006527.cyberstar.psu.edu/tmp5nKzJC/tmpb50_zP /galaxy/main_pool/pool3/files/005/338/dataset_5338393.dat"
    HWI-ST550_0201:3:1101:1671:2197#ACAGTG/1 4 * 0 0 * * 0 0 AAAATTCAGGCTCTCTATTTCACAGTTCATTAGTTCATTCGTTTACTGTG CCCFFFFFHHHHHJGIJJJJHIIJJJIGIHIIIJJGIJJJJJJJIJIJII XM:i:0
    HWI-ST550_0201:3:1101:1678:2241#ACAGTG/1 4 * 0 0 * * 0 0 AGTGGTGTTTAATATAGTTTTGGGTATTTTTAACTAAAAATCATTGTTAT ?@@B?2AD?D<<CAE4AGHIF9CEG+AFDHID3C?9?CDFC**:?9*B9D XM:i:0
    HWI-ST550_0201:3:1101:1626:2216#ACAGTG/1 4 * 0 0 * * 0 0 GTTGCGGGAGAAGCCAAACGCGGCGAGTCTTGCTAAAGCCGTCGCCGTAG BBCFFFFFFHHHF>GGGHCGEHIGGAE=CDFACEEEEDDDBDD;BB57<? XM:i:0
    HWI-ST550_0201:3:1101:1580:2218#ACAGTG/1 4 * 0 0 * * 0 0 ACAGAAATGGCATCAAGAGACCTTGATTACAAGGATATGAATCTCTTAAG CCCFFFFFHHGHHIIJJIJJJJJJJDIJJJIIIJIJJJJIJJIJIJJIJI XM:i:0
    HWI-ST550_0201:3:1101:1779:2214#ACAGTG/1 4 * 0 0 * * 0 0 CCAATCTCTGCTACAGTTTGTTTCCCTCAATTTCTAATTACTTTAAAAAG CC@FFFFFHHDHDFGHEGIJIIJJJJGIGJJJJJIIJJEIIEHGJIGJJI XM:i:0

    _________________________________________________________

    How I should be selecting only uniquely mapped reads to viral genome?
    Why I have so low number of uniquely mapped reads? Is there any way that I can increase this unique mapping? What will be the best strategy to align to viral genome in this case, Should I be aligning to viral genome all reads or first align to human then align to un-mapped reads to viral genome. I also tried it with BWA gave around 0.29% unique alignment.
  • gsgs
    Senior Member
    • Oct 2009
    • 139

    #2
    I don't know your programs and acronyms, but what I woulf do is
    checking subsequences of length -say- 12. How many % of them are
    found, this is easy to check even for big databases. (all viruses
    from genbank or such)

    Comment

    • mathew
      Member
      • Jan 2011
      • 81

      #3
      viral genome seq

      Consider me a new in viral genome. Could you please explian how can I calculate sub seq ratio? Any pointer to URL or guidence will be great. I am using Bowtie aligner.

      Thanks

      Comment

      • gsgs
        Senior Member
        • Oct 2009
        • 139

        #4
        well, I'm the new one since I don't know about the normal software and databases and companies etc.
        I write my own software, mainly just for influenza.

        After some years (!) I noticed, that for most comparisons we don't need
        alignment, we can just count the number of matching subsequences of certain length, no matter at what position they appear.

        I think this is also basically used in "blast", why it's so fast for big databases.

        So I wrote a program for that, (Windows 32-bit,cmd.exe commandline - DOS)
        but presumably there are other programs available for UNIX,Win64, etc,

        I can send my program, with source code or I run your data through it
        (all genbank viruses) it finds matching subsequences length 15-28

        (I speculate this is what you want, but am not sure)

        Comment

        • mathew
          Member
          • Jan 2011
          • 81

          #5
          Viral genome

          gsg Thanks I have sent a private message with my email. If you can share your script that will be a good start for me.

          Comment

          • swbarnes2
            Senior Member
            • May 2008
            • 910

            #6
            Ideally, if you know your samples has both human and viral sequence in it, you should be aligning to a reference that has both. That will give you the most accurate alignment.

            Would you expect the antibody to be binding to viral sequence?

            If you are getting very few reads aligning to virus, the simplest explanation is that you have very little virus in your library. Why have you dismissed that possibility?

            Comment

            • mathew
              Member
              • Jan 2011
              • 81

              #7
              Viral genome

              Thanks swbarnes2,

              I agree, so what I have done is I have aligned with just viral genome that is not very good (around 0.3% aligned reads). Then when I aligned to a combined human and viral genome it gives me around 70% aligned reads. However I am not sure how I can separate out the reads aligned to viral genome only. It may be that most of reads are mapped to human. As far as no of viral particles in that library are concerned the experiment has worked and mostly the induction is by viral infection which has translated well into human genome analysis. Any thought on how we can I get viral genome reads only? I have read papers which state that they just aligned to viral genome and then called peaks but it is not working in my case unless I am missing something.

              Thanks

              Comment

              • Gators
                Member
                • Feb 2011
                • 22

                #8
                There are bowtie parameters to output only uniquely aligning reads.

                I think it is -m 1, the only output alignments are unique

                Comment

                • swbarnes2
                  Senior Member
                  • May 2008
                  • 910

                  #9
                  Originally posted by mathew View Post
                  Thanks swbarnes2,

                  I agree, so what I have done is I have aligned with just viral genome that is not very good (around 0.3% aligned reads). Then when I aligned to a combined human and viral genome it gives me around 70% aligned reads. However I am not sure how I can separate out the reads aligned to viral genome only.
                  Samtools view is how you do that.

                  Comment

                  Latest Articles

                  Collapse

                  • GATTACAT
                    Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                    by GATTACAT
                    Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                    07-01-2026, 11:43 AM
                  • 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

                  ad_right_rmr

                  Collapse

                  News

                  Collapse

                  Topics Statistics Last Post
                  Started by SEQadmin2, Today, 11:05 AM
                  0 responses
                  6 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 07-02-2026, 11:08 AM
                  0 responses
                  28 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 06-30-2026, 05:37 AM
                  0 responses
                  25 views
                  0 reactions
                  Last Post SEQadmin2  
                  Started by SEQadmin2, 06-26-2026, 11:10 AM
                  0 responses
                  25 views
                  0 reactions
                  Last Post SEQadmin2  
                  Working...