Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Viral genome vs transcripts

    i have a fasta file containing all the virus genome which will affect cassava. i have transcript file also in fasta. in transcript file each transcript have 100 nucleotide length. I want to know whether these transcripts are inside the virus genom. any one help me pls?

  • #2
    One relatively straight-forward way to attack this problem would be to make a combined fasta file for the viral genomes and cassava and then map the transcripts/transcript fragments against it. You can then get an idea how likely each fragment is to come from the host or virus. I assume that tophat or something like that would be an appropriate aligner, since presumably you have a mixture of host (i.e. spliced) and viral (I assume transcripts would be single exon, but I've only made viruses, not studied them) reads and not doing so might bias things.

    I should note that I've never done what you're trying to do, but if no one replies with a better idea then this is enough to get you started.

    Comment


    • #3
      doubt regarding tophat

      Originally posted by dpryan View Post
      One relatively straight-forward way to attack this problem would be to make a combined fasta file for the viral genomes and cassava and then map the transcripts/transcript fragments against it. You can then get an idea how likely each fragment is to come from the host or virus. I assume that tophat or something like that would be an appropriate aligner, since presumably you have a mixture of host (i.e. spliced) and viral (I assume transcripts would be single exon, but I've only made viruses, not studied them) reads and not doing so might bias things.

      I should note that I've never done what you're trying to do, but if no one replies with a better idea then this is enough to get you started.
      can we put the two files as input in tophat.means that genome file in fasta and also the transcript file?

      Comment


      • #4
        Originally posted by vijesh View Post
        can we put the two files as input in tophat.means that genome file in fasta and also the transcript file?
        Sort of, I can read a few different meanings into what you wrote so I'll write some pseudo-commands just to ensure that my meaning is clear. Let us assume that your Cassava genome file is called "Cassava.fa" with an annotation file "Cassava.gtf", your virus genome file is called "Viruses.fa", and the transcripts whose origin you're interested in determining are in a file called "reads.fa". The work flow would then be something like the following:

        Code:
        cat Cassava.fa Viruses.fa > CombinedGenome.fa
        bowtie2-build CombinedGenome.fa Combined
        tophat -G Cassava.gtf Combined reads.fa
        You can then see which reads originated from which chromosome/contig or whichever virus by using samtools view on the resulting accepted_hits.bam file (you'll probably want to filter out reads that map equally to both Cassava and viral genomes, for which you'll probably have to write a program).

        It would be good to compare the results with and without using the GTF annotation, off-hand I'm not entirely sure how or if that might bias things.

        Comment


        • #5
          viral genom vs transcript

          i dont have the annotation file(gtf) .i have only the virus genome file (fasta) and transcript file(fasta).....

          Comment


          • #6
            You don't actually have to use the annotation file, I expect it might have just made things a bit more reliable (or maybe not, one would have to check).

            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-10-2024, 06:35 AM
            0 responses
            20 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-09-2024, 02:46 PM
            0 responses
            25 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-07-2024, 06:57 AM
            0 responses
            21 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-06-2024, 07:17 AM
            0 responses
            21 views
            0 likes
            Last Post seqadmin  
            Working...
            X