transrate -t 16 --assembly $assembly1,$assembly2 --merge-assemblies $assemblym
transrate -t 16 --assembly assembly1,assembly2 --merge-assemblies assemblym
Btw, I assume you know it, but the $ just says the name is a variable. To use it directly I'd write:
transrate -t 16 --assembly assembly1,assembly2 --merge-assemblies assemblym
--
You received this message because you are subscribed to the Google Groups "trinityrnaseq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trinityrnaseq-u...@googlegroups.com.
To post to this group, send email to trinityrn...@googlegroups.com.
Visit this group at https://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
But Trinity doesn't have an option to merge assemblies, does it?
--
You received this message because you are subscribed to the Google Groups "trinityrnaseq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trinityrnaseq-u...@googlegroups.com.
To post to this group, send email to trinityrn...@googlegroups.com.
Visit this group at https://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
Hi all,I'm a tad suspicious of Transrate (no offense to any Transrate developers intended). Be sure to evaluate resulting assemblies usingafter doing whatever it is you want to do in order to improve the assembly.
On Wed, Feb 24, 2016 at 4:18 AM, Samuel Abalde <saab...@gmail.com> wrote:
Btw, I assume you know it, but the $ just says the name is a variable. To use it directly I'd write:
transrate -t 16 --assembly assembly1,assembly2 --merge-assemblies assemblym
--
You received this message because you are subscribed to the Google Groups "trinityrnaseq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trinityrnaseq-users+unsub...@googlegroups.com.
To post to this group, send email to trinityrn...@googlegroups.com.
Visit this group at https://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
The manuscript by Smith-Unna et al. describes a method and tool named TransRate that was developed to score the quality of a de novo transcriptome assembly. The manuscript is well written and well organized. However, I suspect that there are several potential flaws in the method as it’s currently implemented, which I’ll further describe below.
One of my biggest concerns, and one that the authors attempt to proactively defend in the manuscript, is that the contig scores do not appear to be weighted according to their estimated expression levels. Each contig, regardless of whether it has much read support or whether it has little to no apparent read support, is weighted equally in its contribution to the assembly aggregate score. This is a problem for a number of reasons. Those transcripts that are moderately to highly expressed and assembled incorrectly should be penalized more heavily than those misassembled contains that have little read support, most simply due to the more highly expressed transcript accounting for a larger proportion of the total number of sequenced reads. Intuitively and mathematically, this should lead to a more suitable contig and cumulative assembly scoring scheme.
This equal weighting of transcript contigs goes onto confound other analyses, such as the spearman rank correlations and comparison between TransRate and Detonate. The redundant contigs with little to no reads assigned, even though they may in many cases be correctly reconstructed, are skewing the correlation statistic. Based on the authors observation related to this, they would be better off removing those contigs that form the distribution at the mark of minimum value inflation and recompute correlations without those data.
The authors appear to wholly assign reads to contigs based on the maximum probability of their assignment, instead of fractionally assigning reads according to this probability. In all the scoring metrics, it would be better to weight the contribution of each read according to its fractional assignment to that contig. The all-or-nothing read assignment as done by the authors will artificially augment scores for more dominantly expressed isoforms and unfairly penalize the lower expressed isoforms. Related to this, the authors should specifically address in the manuscript the impact of overzealous alternative isoform reconstructions, and the degree to which the sensitivity of an algorithm in reconstructing very lowly expressed transcripts impacts the cumulative assembly score.
Although the scoring system devised by the authors touches on many of the important metrics for exploring the quality of the assembly, the scoring system implemented seems largely ad hoc, particularly in how the scores are combined to generate a single assembly quality score. This is in stark contrast to the earlier published Detonate software, which has a very solid mathematical framework.
The authors compare TransRate assembly scores for a large number of published transcriptome assemblies. Although I applaud them for this effort, and it would be useful to have a score that would allow for reliable comparisons among different assemblies from different transcriptomes, there is no compelling reason to think that such a score as computed by TransRate would enable trustworthy comparisons between unrelated transcriptomes. It’’s clear that multiple assemblies given a single set of reads as input would allow for meaningful comparisons (as done via Detonate), but being able to compare across different assemblies from different sets of reads would ideally be based on a mathematical model with strong theoretical foundations.
The overall usefulness of the Cseg metric should be demonstrated on known falsely-fused transcripts. It should be demonstrated to be a good predictor of such events if it is to be used as a key quality metric.
====
--
You received this message because you are subscribed to the Google Groups "trinityrnaseq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trinityrnaseq-u...@googlegroups.com.
To post to this group, send email to trinityrn...@googlegroups.com.
Visit this group at https://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.