# HG changeset patch # User ning # Date 1402950149 14400 # Node ID 8a576d034d70404154d0fa1c7f012d1f8ca39643 # Parent d049be55e5cf44f885de4a803c2b1af1348eb4c2 Uploaded diff -r d049be55e5cf -r 8a576d034d70 EBGeneMultiCondTest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/EBGeneMultiCondTest.xml Mon Jun 16 16:22:29 2014 -0400 @@ -0,0 +1,34 @@ + + Runs EBSeq to find DE genes across multiple (more than two) conditions + R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/EBGeneMultiCondTest.R --args $Gene_Expression $First_Row_Sample_Names $Conditions $Patterns $PP_of_each_pattern $Pattern_with_highest_PP $Sizes 1>NUL 2>NUL + + + + + + + + + + + + + + + + + +The input Conditions should have more than two levels (use "Gene level DE test across two conditions" for exactly two levels). The length of the Condition vector should be exactly the same as the number of columns in the data file (except the gene names column). + +The patterns of interests could be obtained by function Get All Possible Patterns (and optionally, if there are too many patterns generated, the function Choose Patterns could be used to choose only subset of the patterns.) + +Three output files will be generated. The first file contains the Posterior probability of being each pattern. The second file contains the pattern with highest PP for each gene and the normalized expressions. Genes are with the same order as in input file. +The last file provides the library size factor for each sample. + + + + + +