Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • Marta
    replied
    Hi edge,

    No sure what you are referring to in "Fail to get main class". You'll need to contact the support of the program you are using. If this is from CLC bio trial, write to [email protected]
    Looks like it maybe Java related, but this is extend of my understanding.

    Regarding the evaluation of assemblies. I have a very old, almost 3 years old presentation when we did comparison of assemblers and evaluated output produced by CLC de novo assembler. The presentation is very long, and available here:

    All you need is slide #25 and you will see what I mean

    Best,

    Marta

    Leave a comment:


  • edge
    replied
    Hi Marta,

    I got few more questions need your advice.
    If the number of contigs that assembled by two different assembler are different, is it the best way is just select the top 1000 longest contigs?
    Do you mind to explain a little bit more regarding "I like to see that about 90% of my contigs are at about 3x of the overlap length". I not sure regarding how to evaluate blastx result.

    Currently I'm a research student, I know CLC bio, which do well in bioinformatic analysis

    Many thanks for your reply.

    Leave a comment:


  • edge
    replied
    Hi Marta,

    I'm getting the error message shown, "Fail to get main class"
    Any idea or advice to solve this issue?
    Thanks

    Leave a comment:


  • Marta
    replied
    Hi Edge,

    you may want to try the following:

    1. save the contigs created by each assembler in .fasta format. Or save just 1000 (or 100) longest contigs
    2. download RefSeq proteins of your group of species to your machine
    3. run BLASTX (you will need to install it on your machine, or run batch at the ncbi site) using your contigs as query and the downloaded RefSeq as database
    4. parse the BLASTx output into a table so you can see the length of each query sequence (contig) and the length of the overlap from the BLAST output
    5. I like to see that about 90% of my contigs are at about 3x of the overlap length

    There are other QCs I do on assemblies, but this one would be the first filter.

    I work for CLC bio, so I should point you to the product you can use to simplify such analysis. You can download the Genomics Workbench trial, that will allow you to run BLASTX and many other things from here:
    Welcome to QIAGEN Digital Insights LabCorp uses QCI and HGMD to improve identification and interpretation of genetic variants within inhereited diseases.Read...


    Not sure if I can provide commercial links here when associated with the organization. I will hear from the site owner, I guess, if this is not OK :-)

    Leave a comment:


  • edge
    replied
    Hi Marta,

    Many thanks for your prompt reply.
    I'm very appreciate it

    Do you mind to explain a little bit more about your idea?
    If I assembly my newly sequenced transcriptome sequence by using two different third party assembler (velvet, abyss, etc).
    How can I know that which program able to assembly and get better transcriptome sequence?

    Looking forward to your reply.
    Thanks.

    Originally posted by Marta View Post
    How about BLASTX against RefSeq of related species or group? I always wanted to see uninterrupted ORFs of expected size. I also always check for the presence of the longest transcript expected in the particular species. The latest may not apply to all organisms

    Leave a comment:


  • Marta
    replied
    How about BLASTX against RefSeq of related species or group? I always wanted to see uninterrupted ORFs of expected size. I also always check for the presence of the longest transcript expected in the particular species. The latest may not apply to all organisms

    Leave a comment:


  • edge
    replied
    Does anybody know how to evaluate the transcriptome assembly done by third party program is good or not?
    Got any specify rules to follow?

    Thanks.

    Leave a comment:


  • m.nyine
    replied
    Dear All,

    Can the Newbler software help me to answer questions like How many SNPs and frequency of occurrence withing the cDNA sequences, INDELs, percent coverage for the already existing ESTs? I am generating a reference trancriptome but I have not reference genome sequence.

    Leave a comment:


  • scalabrin
    replied
    Originally posted by boetsie View Post
    I don't think it is a good idea to use SSPACE for merging assemblies. Of course contigs can be combined if pairs can be found, however it will not merge full assemblies. You will still end up with the initial size of the total assembly of different k-mers.

    Best way to go is using a tool that merges assemblies like Zorro or GAM. Have a look at this thread for a list of these tools;



    Boetsie

    just a quick update on GAM, at the moment it is Sanger based only but we are modifying it to accept NGS (bam) files as well!

    Leave a comment:


  • lletourn
    replied
    I wanted to add parameters to allow for -long or not. Right now the script assumes -long is passed (in 4 of our experimets we added 454 RNA-Seq reads to the mix).

    I'll fix this and post the code...somewhere :-)

    Leave a comment:


  • berath
    replied
    So far, we have tried vmatch and CD-EST-HIT (performed better) to merge our assemblies. CAP3 is the next one to try.

    @Iletourn,

    Would you mind sharing your script to extract read counts from the velvet-oases assemblies?

    I guess there is no way of choosing a DE approach without comparing the results. One way to do it is probably try it on a set of contigs representing a sample set of genes and compare the fold changes from the two approaches.

    What I am wondering is if the de novo assembly using the reads from one experimental condition would be comprehensive enough as the one constructed from all the reads at hand. The second approach I mentioned is certainly shorter and maybe less prone to errors than mapping the reads back to combined assembly.

    Leave a comment:


  • lletourn
    replied
    Yeah I know, I computed RPKM separately. I mis-phrased what I meant.
    I should go back and edit.
    Thanks.

    Leave a comment:


  • DZhang
    replied
    Hi lletourn,

    In #69, for DESeq and edgeR, you should use the raw counts, not RPKM.

    Leave a comment:


  • Jenzo
    replied
    Dear berath & Illetourn,
    we also mapped back reads of four conditions to the set of contigs from all lanes and now will count the rpkm value. Since we found no tool which is able to do DE of de novo transcriptomes, I think we have to write a script on our own.. Or are any tools available now, for this special purpose?

    Again, to merge assemblies, we used TGICL/CAP3-package. Retrospectively, I'm not sure, if it does a good job, because sometimes there are annotations found on the (+)-strand and the same one on another transcript but (-)-strand.. After reverse complementing a sample transcript (-), and doing an alignment against the (+)-transcript, it shows, that sequences are similar, but with few small gaps between 30 and 60 bp.. Could these be real isoforms?

    Leave a comment:


  • lletourn
    replied
    I'm also really interested in the opinions of others on this topic.

    I've used the make 1 assembly (with velvet-oases) annotate and compare RPKMs from the assembly it seems to work well for "obvious" differences in genes (the ones that are way more abundant in one than the other).

    What I was going to try is to fit the rpkms in edgR or DeSeq and check the results. I'm not too sure what too expect though.

    BTW, I had to write my own script to extract read counts as you mentioned. with read_trkg on+LastGraph and the contig-ordering file it's not too hard to count reads per transcript.

    What did you use to merge assemblier? Passed them back into velvet, CAP3, Zorro, GAM, other?

    Leave a comment:

Latest Articles

Collapse

  • seqadmin
    Current Approaches to Protein Sequencing
    by seqadmin


    Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
    04-04-2024, 04:25 PM
  • seqadmin
    Strategies for Sequencing Challenging Samples
    by seqadmin


    Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
    03-22-2024, 06:39 AM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 04-11-2024, 12:08 PM
0 responses
27 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 10:19 PM
0 responses
31 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-10-2024, 09:21 AM
0 responses
27 views
0 likes
Last Post seqadmin  
Started by seqadmin, 04-04-2024, 09:00 AM
0 responses
52 views
0 likes
Last Post seqadmin  
Working...
X