# HG changeset patch # User ning # Date 1402950230 14400 # Node ID 48de96168a98727ad92c7e657c64ce375250e1e3 # Parent 52d502275e1f0fa69a12eed17e003efcac8f9a78 Uploaded diff -r 52d502275e1f -r 48de96168a98 EBIsoformTwoCondTest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/EBIsoformTwoCondTest.xml Mon Jun 16 16:23:50 2014 -0400 @@ -0,0 +1,41 @@ + + Runs EBSeq to find DE isoforms across two conditions + R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/EBIsoformTwoCondTest.R --args $Isoform_Expression $First_Row_Sample_Names $Conditions $Ig_Vector $Target_FDR $Output $Sorted_Output $Sorted_Outpu_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 isoform names column). + +The Ig Vector could be generated by the GetIg function or obtained from RSEM output. + +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 isoform expressions. +The four files are: + +Isoforms with the same order as in input file; +Isoforms sorted by PPDE; DE Isoforms under target FDR (PPDE>=TargetFDR) +and sorted by PPDE; +Library size factor for each sample. + + + + +