# HG changeset patch # User ning # Date 1363386107 14400 # Node ID 03aa1c6fe091805635e14b28e6a60724a8325e89 # Parent c85f281dc05977a188c6ab18378b83d140819b35 Uploaded diff -r c85f281dc059 -r 03aa1c6fe091 EBIsoformMultiCondTest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/EBIsoformMultiCondTest.xml Fri Mar 15 18:21:47 2013 -0400 @@ -0,0 +1,37 @@ + + Runs EBSeq to find DE isoforms across multiple (more than two) conditions + R --quiet --slave --file=$GALAXY_ROOT_DIR/tools/EBSeq/EBIsoformMultiCondTest.R --args $Isoform_Expression $First_Row_Sample_Names $Conditions $Ig_Vector $Patterns_of_Interests $PP_of_each_pattern $Pattern_with_highest_PP $Sizes + + + + + + + + + + + + + + + + + + +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 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.) + +The Ig Vector could be generated by the GetIg function or obtained from RSEM output. + +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 isoform and the normalized expressions.Isoforms are with the same order as in input file. +The last file provides the library size factor for each sample. + + + + +