# HG changeset patch # User ning # Date 1402950176 14400 # Node ID 8b85a39cb62540d09918afa8797e156cd8dfd62d # Parent 360c058ed13a074f987164c9e2e9b73de21d2b78 Uploaded diff -r 360c058ed13a -r 8b85a39cb625 EBGeneTwoCondTest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/EBGeneTwoCondTest.xml Mon Jun 16 16:22:56 2014 -0400 @@ -0,0 +1,39 @@ + + Runs EBSeq to find DE genes across two conditions + R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/EBGeneTwoCondTest.R --args $Gene_Expression $First_Row_Sample_Names $Conditions $Target_FDR $Output $Sorted_Output $Sorted_Output_with_target_FDR $Sizes 1>NUL 2>NUL + + + + + + + + + + + + + + + + + + +The input Conditions should have 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). + +Four output files will be generated. Each of the first 3 files contains Posterior probability of being +DE (PPDE), Fold Change (RealFC), Posterior Fold Change (PostFC) and normalized gene expressions. +The Four files are: +Genes with the same order as in input file; +Genes sorted by PPDE; DE Genes under target FDR (PPDE>=TargetFDR) +and sorted by PPDE; +Library size factor for each sample. + + + + +