# HG changeset patch # User gkumar09 # Date 1443036266 14400 # Node ID 8bf618c08b4dfe46b498df264afc735787067374 # Parent 895cbd4424a502d82ffb264a6299c958a80d1f1a Uploaded diff -r 895cbd4424a5 -r 8bf618c08b4d RSEM_estimates_to_matrix.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/RSEM_estimates_to_matrix.xml Wed Sep 23 15:24:26 2015 -0400 @@ -0,0 +1,51 @@ + + + Join RSEM estimates from multiple samples into a single matrix + + trinity + + + + trinityToolWrapper.py util/RSEM_util/merge_RSEM_counts_and_labels_single_table.pl + + --labels + #for $entry in $RSEM_samples: + ${entry.column_label} + #end for + + --RSEM_counts + #for $entry in $RSEM_samples: + ${entry.file} + #end for + + > RSEM.counts.matrix + + + + + + + + + + + + + + + + + + + + + + + + + + + + .. _Trinity: http://trinityrnaseq.sourceforge.net + +