# HG changeset patch # User ning # Date 1402950211 14400 # Node ID e11c511a2bb57a539c05bb1720f764eebada2585 # Parent 7be90b1366d53667c87e9af918afdad4961e710a Uploaded diff -r 7be90b1366d5 -r e11c511a2bb5 EBIsoformMultiCondTest.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/EBIsoformMultiCondTest.xml Mon Jun 16 16:23:31 2014 -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 1>NUL 2>NUL + + + + + + + + + + + + + + + + + + +The input file and conditions should have more than two levels (for exactly two levels, please use the 'Isoform level DE test across two conditions' tool). Format of the Isoform Expression file should be transcript_id, EC1, EC2 ... Please do not include the gene name in this file. 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 the 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. + + + + +