The transcript abundance estimation method outlined in the Trinity documentation states that estimated counts should be generated for each sample. With enough samples it becomes cumbersome to use individual abundance estimations for judging the quality of an assembly.
Is it possible to combine the counts to generate single ExN50/E90 stats from multiple samples of transcript count estimates?
--
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 http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
The script is supposed to take the full expression matrix as input, so it uses all samples.best,~b
On Thu, Nov 5, 2015 at 12:05 PM, <joe.cor...@gmail.com> wrote:
The transcript abundance estimation method outlined in the Trinity documentation states that estimated counts should be generated for each sample. With enough samples it becomes cumbersome to use individual abundance estimations for judging the quality of an assembly.
Is it possible to combine the counts to generate single ExN50/E90 stats from multiple samples of transcript count estimates?
--
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 http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
Very sorry, misread the example there as taking pair-wise samples.
On Thursday, November 5, 2015 at 12:27:15 PM UTC-5, Brian Haas wrote:
The script is supposed to take the full expression matrix as input, so it uses all samples.best,~b
On Thu, Nov 5, 2015 at 12:05 PM, <joe.cor...@gmail.com> wrote:
The transcript abundance estimation method outlined in the Trinity documentation states that estimated counts should be generated for each sample. With enough samples it becomes cumbersome to use individual abundance estimations for judging the quality of an assembly.
Is it possible to combine the counts to generate single ExN50/E90 stats from multiple samples of transcript count estimates?
--
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 http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
--
--
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 http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
no worries! Best of luck! (looking forward to hearing how good your ExN50 is! ;)~b
On Thu, Nov 5, 2015 at 1:19 PM, <joe.cor...@gmail.com> wrote:
Very sorry, misread the example there as taking pair-wise samples.
On Thursday, November 5, 2015 at 12:27:15 PM UTC-5, Brian Haas wrote:
The script is supposed to take the full expression matrix as input, so it uses all samples.best,~b
On Thu, Nov 5, 2015 at 12:05 PM, <joe.cor...@gmail.com> wrote:
The transcript abundance estimation method outlined in the Trinity documentation states that estimated counts should be generated for each sample. With enough samples it becomes cumbersome to use individual abundance estimations for judging the quality of an assembly.
Is it possible to combine the counts to generate single ExN50/E90 stats from multiple samples of transcript count estimates?
--
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 http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
--
--
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 http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
$outdir/<sample id>/abundance.tsvPart of a script:the abundance.tsv files are in a dirs with the pattern
#abundance dir
abundance_estimates_to_matrix.pl \
--est_method eXpress \
--out_prefix trans \
--name_sample_by_basedir \
`ls $outdir/*/abundance.tsv` 2> "$outdir/mat.log"I still get a final output from contig_ExN50_statistic.pl
--
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 http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.
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 http://groups.google.com/group/trinityrnaseq-users.
For more options, visit https://groups.google.com/d/optout.